#0033D4

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

Shades of Persian Blue #0033D4

Tints of Persian Blue #0033D4

Color information

#0033D4 (or 0x0033D4) is unknown color: approx Persian Blue. HEX triplet: 00, 33 and D4. RGB value is (0,51,212). Sum of RGB (Red+Green+Blue) = 0+51+212=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 212 (83.20% from 255 or 80.61% from 263); Max value from RGB is 212 - color contains mainly: blue. Hex color #0033D4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0033D4 is #FFCC2B. Grayscale: #353535. Windows color (decimal): -16763948 or 13906688. OLE color: 13906688.

HSL color Cylindrical-coordinate representation of color #0033D4: hue angle of 225.57º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0033D4 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB051212-
CMYK10.7600.17
HSL225.57º100%41.57%-
HSV(B)225.57º100%83.14%-
XYZ13.077.1262.97-
YUV54.1217.189.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 212 (83.20% from 255) = 80.61%
R=0%
G=19.39%
B=80.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal05121210.7600.17225.5710041.57
Hex033D4644C011e2642a
Octal06332414411402134214452
Binary01100111101010011001001001100010001111000101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0033D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0033D4; }

 p { color: rgb(0,51,212); }

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

<style>
 a { background-color: #0033D4; }

 a { background-color: rgb(0,51,212); }

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

<style>
 span { border-color: #0033D4; }

 span { border-color: rgb(0,51,212); }

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