#033ECA

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

Shades of Persian Blue #033ECA

Tints of Persian Blue #033ECA

Color information

#033ECA (or 0x033ECA) is unknown color: approx Persian Blue. HEX triplet: 03, 3E and CA. RGB value is (3,62,202). Sum of RGB (Red+Green+Blue) = 3+62+202=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #033ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ECA is #FCC135. Grayscale: #3B3B3B. Windows color (decimal): -16564534 or 13254147. OLE color: 13254147.

HSL color Cylindrical-coordinate representation of color #033ECA: hue angle of 222.21º 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 #033ECA is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB362202-
CMYK0.990.6900.21
HSL222.21º97.07%40.2%-
HSV(B)222.21º98.51%79.22%-
XYZ12.427.7356.71-
YUV60.32207.9587.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 62 (24.61% from 255) = 23.22%
BLUE value IS 202 (79.30% from 255) = 75.66%
R=1.12%
G=23.22%
B=75.66%

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
Decimal3622020.990.6900.21222.2197.0740.2
Hex33ECA6345015de6128
Octal37631214310502533614150
Binary111111101100101011000111000101010101110111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,62,202); }

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

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

 a { background-color: rgb(3,62,202); }

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

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

 span { border-color: rgb(3,62,202); }

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