#2636BA

Color #2636BA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2636BA

Tints of Persian Blue #2636BA

Color information

#2636BA (or 0x2636BA) is unknown color: approx Persian Blue. HEX triplet: 26, 36 and BA. RGB value is (38,54,186). Sum of RGB (Red+Green+Blue) = 38+54+186=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #2636BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2636BA is #D9C945. Grayscale: #3F3F3F. Windows color (decimal): -14272838 or 12203558. OLE color: 12203558.

HSL color Cylindrical-coordinate representation of color #2636BA: hue angle of 233.51º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2636BA is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3854186-
CMYK0.800.7100.27
HSL233.51º66.07%43.92%-
HSV(B)233.51º79.57%72.94%-
XYZ10.986.647.15-
YUV64.26196.7109.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 13.67%
GREEN value IS 54 (21.48% from 255) = 19.42%
BLUE value IS 186 (73.05% from 255) = 66.91%
R=13.67%
G=19.42%
B=66.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38541860.800.7100.27233.5166.0743.92
Hex2636BA504701Bea422c
Octal466627212010703335210254
Binary1001101101101011101010100001000111011011111010101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2636BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2636BA; }

 p { color: rgb(38,54,186); }

 H1.HeaderClassName
 {
   color: #2636BA;
 }
 .AnyTagClassName
 {
   color: #2636BA;
 }
</style>
background-color css

<style>
 a { background-color: #2636BA; }

 a { background-color: rgb(38,54,186); }

 div.DivClassName
 {
   background-color: #2636BA;
 }
 .BgClassName
 {
   background-color: #2636BA;
 }
</style>
border-color css

<style>
 span { border-color: #2636BA; }

 span { border-color: rgb(38,54,186); }

 td.TdClassName
 {
   border-color: #2636BA;
 }
 .TagClassName
 {
   border-color: #2636BA;
 }
</style>