#002DCC

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

Shades of Persian Blue #002DCC

Tints of Persian Blue #002DCC

Color information

#002DCC (or 0x002DCC) is unknown color: approx Persian Blue. HEX triplet: 00, 2D and CC. RGB value is (0,45,204). Sum of RGB (Red+Green+Blue) = 0+45+204=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #002DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DCC is #FFD233. Grayscale: #303030. Windows color (decimal): -16765492 or 13380864. OLE color: 13380864.

HSL color Cylindrical-coordinate representation of color #002DCC: hue angle of 226.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DCC is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB045204-
CMYK10.7800.2
HSL226.76º100%40%-
HSV(B)226.76º100%80%-
XYZ11.846.2457.71-
YUV49.67215.0992.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 204 (80.08% from 255) = 81.93%
R=0%
G=18.07%
B=81.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal04520410.7800.2226.7610040
Hex02DCC644E014e36428
Octal05531414411602434314450
Binary01011011100110011001001001110010100111000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002DCC; }

 p { color: rgb(0,45,204); }

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

<style>
 a { background-color: #002DCC; }

 a { background-color: rgb(0,45,204); }

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

<style>
 span { border-color: #002DCC; }

 span { border-color: rgb(0,45,204); }

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