#263CC9

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

Shades of Persian Blue #263CC9

Tints of Persian Blue #263CC9

Color information

#263CC9 (or 0x263CC9) is unknown color: approx Persian Blue. HEX triplet: 26, 3C and C9. RGB value is (38,60,201). Sum of RGB (Red+Green+Blue) = 38+60+201=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 201 (78.91% from 255 or 67.22% from 299); Max value from RGB is 201 - color contains mainly: blue. Hex color #263CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CC9 is #D9C336. Grayscale: #444444. Windows color (decimal): -14271287 or 13188134. OLE color: 13188134.

HSL color Cylindrical-coordinate representation of color #263CC9: hue angle of 231.9º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263CC9 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3860201-
CMYK0.810.7000.21
HSL231.9º68.2%46.86%-
HSV(B)231.9º81.09%78.82%-
XYZ12.967.8656.09-
YUV69.5202.21105.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 60 (23.83% from 255) = 20.07%
BLUE value IS 201 (78.91% from 255) = 67.22%
R=12.71%
G=20.07%
B=67.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38602010.810.7000.21231.968.246.86
Hex263CC95146015e8442f
Octal467431112110602535010457
Binary1001101111001100100110100011000110010101111010001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263CC9; }

 p { color: rgb(38,60,201); }

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

<style>
 a { background-color: #263CC9; }

 a { background-color: rgb(38,60,201); }

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

<style>
 span { border-color: #263CC9; }

 span { border-color: rgb(38,60,201); }

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