#033FC9

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

Shades of Persian Blue #033FC9

Tints of Persian Blue #033FC9

Color information

#033FC9 (or 0x033FC9) is unknown color: approx Persian Blue. HEX triplet: 03, 3F and C9. RGB value is (3,63,201). Sum of RGB (Red+Green+Blue) = 3+63+201=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 201 (78.91% from 255 or 75.28% from 267); Max value from RGB is 201 - color contains mainly: blue. Hex color #033FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033FC9 is #FCC036. Grayscale: #3C3C3C. Windows color (decimal): -16564279 or 13188867. OLE color: 13188867.

HSL color Cylindrical-coordinate representation of color #033FC9: hue angle of 221.82º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033FC9 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB363201-
CMYK0.990.6900.21
HSL221.82º97.06%40%-
HSV(B)221.82º98.51%78.82%-
XYZ12.367.7956.11-
YUV60.79207.1286.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 201 (78.91% from 255) = 75.28%
R=1.12%
G=23.60%
B=75.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3632010.990.6900.21221.8297.0640
Hex33FC96345015de6128
Octal37731114310502533614150
Binary111111111100100111000111000101010101110111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,63,201); }

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

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

 a { background-color: rgb(3,63,201); }

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

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

 span { border-color: rgb(3,63,201); }

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