#002D4C

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

Shades of Prussian Blue #002D4C

Tints of Prussian Blue #002D4C

Color information

#002D4C (or 0x002D4C) is unknown color: approx Prussian Blue. HEX triplet: 00, 2D and 4C. RGB value is (0,45,76). Sum of RGB (Red+Green+Blue) = 0+45+76=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #002D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D4C is #FFD2B3. Grayscale: #222222. Windows color (decimal): -16765620 or 4992256. OLE color: 4992256.

HSL color Cylindrical-coordinate representation of color #002D4C: hue angle of 204.47º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D4C is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB04576-
CMYK10.4100.70
HSL204.47º100%14.9%-
HSV(B)204.47º100%29.8%-
XYZ2.242.47.18-
YUV35.08151.09102.98-

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) = 37.19%
BLUE value IS 76 (30.08% from 255) = 62.81%
R=0%
G=37.19%
B=62.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0457610.4100.70204.4710014.9
Hex02D4C6429046cc64f
Octal05511414451010631414417
Binary010110110011001100100101001010001101100110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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