#033DCA

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

Shades of Persian Blue #033DCA

Tints of Persian Blue #033DCA

Color information

#033DCA (or 0x033DCA) is unknown color: approx Persian Blue. HEX triplet: 03, 3D and CA. RGB value is (3,61,202). Sum of RGB (Red+Green+Blue) = 3+61+202=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #033DCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DCA is #FCC235. Grayscale: #3B3B3B. Windows color (decimal): -16564790 or 13253891. OLE color: 13253891.

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

Color convert

RGB361202-
CMYK0.990.7000.21
HSL222.51º97.07%40.2%-
HSV(B)222.51º98.51%79.22%-
XYZ12.377.6256.7-
YUV59.73208.2887.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 61 (24.22% from 255) = 22.93%
BLUE value IS 202 (79.30% from 255) = 75.94%
R=1.13%
G=22.93%
B=75.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3612020.990.7000.21222.5197.0740.2
Hex33DCA6346015df6128
Octal37531214310602533714150
Binary111111011100101011000111000110010101110111111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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