#262CCB

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

Shades of Persian Blue #262CCB

Tints of Persian Blue #262CCB

Color information

#262CCB (or 0x262CCB) is unknown color: approx Persian Blue. HEX triplet: 26, 2C and CB. RGB value is (38,44,203). Sum of RGB (Red+Green+Blue) = 38+44+203=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #262CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262CCB is #D9D334. Grayscale: #3B3B3B. Windows color (decimal): -14275381 or 13315110. OLE color: 13315110.

HSL color Cylindrical-coordinate representation of color #262CCB: hue angle of 237.82º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #262CCB is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3844203-
CMYK0.810.7800.20
HSL237.82º68.46%47.25%-
HSV(B)237.82º81.28%79.61%-
XYZ12.486.5357.1-
YUV60.33208.51112.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 44 (17.58% from 255) = 15.44%
BLUE value IS 203 (79.69% from 255) = 71.23%
R=13.33%
G=15.44%
B=71.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38442030.810.7800.20237.8268.4647.25
Hex262CCB514E014ee442f
Octal465431312111602435610457
Binary1001101011001100101110100011001110010100111011101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262CCB; }

 p { color: rgb(38,44,203); }

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

<style>
 a { background-color: #262CCB; }

 a { background-color: rgb(38,44,203); }

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

<style>
 span { border-color: #262CCB; }

 span { border-color: rgb(38,44,203); }

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