#263CC6

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

Shades of Persian Blue #263CC6

Tints of Persian Blue #263CC6

Color information

#263CC6 (or 0x263CC6) is unknown color: approx Persian Blue. HEX triplet: 26, 3C and C6. RGB value is (38,60,198). Sum of RGB (Red+Green+Blue) = 38+60+198=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 198 (77.73% from 255 or 66.89% from 296); Max value from RGB is 198 - color contains mainly: blue. Hex color #263CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CC6 is #D9C339. Grayscale: #444444. Windows color (decimal): -14271290 or 12991526. OLE color: 12991526.

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

Color convert

RGB3860198-
CMYK0.810.7000.22
HSL231.75º67.8%46.27%-
HSV(B)231.75º80.81%77.65%-
XYZ12.617.7254.25-
YUV69.15200.71105.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.84%
GREEN value IS 60 (23.83% from 255) = 20.27%
BLUE value IS 198 (77.73% from 255) = 66.89%
R=12.84%
G=20.27%
B=66.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal38601980.810.7000.22231.7567.846.27
Hex263CC65146016e8442e
Octal467430612110602635010456
Binary1001101111001100011010100011000110010110111010001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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