#033CC6

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

Shades of Persian Blue #033CC6

Tints of Persian Blue #033CC6

Color information

#033CC6 (or 0x033CC6) is unknown color: approx Persian Blue. HEX triplet: 03, 3C and C6. RGB value is (3,60,198). Sum of RGB (Red+Green+Blue) = 3+60+198=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 198 (77.73% from 255 or 75.86% from 261); Max value from RGB is 198 - color contains mainly: blue. Hex color #033CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CC6 is #FCC339. Grayscale: #3A3A3A. Windows color (decimal): -16565050 or 12991491. OLE color: 12991491.

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

Color convert

RGB360198-
CMYK0.980.7000.22
HSL222.46º97.01%39.41%-
HSV(B)222.46º98.48%77.65%-
XYZ11.857.3354.22-
YUV58.69206.6288.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 60 (23.83% from 255) = 22.99%
BLUE value IS 198 (77.73% from 255) = 75.86%
R=1.15%
G=22.99%
B=75.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3601980.980.7000.22222.4697.0139.41
Hex33CC66246016de6127
Octal37430614210602633614147
Binary111111001100011011000101000110010110110111101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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