#002F4D

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

Shades of Prussian Blue #002F4D

Tints of Prussian Blue #002F4D

Color information

#002F4D (or 0x002F4D) is unknown color: approx Prussian Blue. HEX triplet: 00, 2F and 4D. RGB value is (0,47,77). Sum of RGB (Red+Green+Blue) = 0+47+77=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #002F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F4D is #FFD0B2. Grayscale: #242424. Windows color (decimal): -16765107 or 5058304. OLE color: 5058304.

HSL color Cylindrical-coordinate representation of color #002F4D: hue angle of 203.38º 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 #002F4D is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB04777-
CMYK10.3900.70
HSL203.38º100%15.1%-
HSV(B)203.38º100%30.2%-
XYZ2.362.577.39-
YUV36.37150.93102.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 37.90%
BLUE value IS 77 (30.47% from 255) = 62.10%
R=0%
G=37.90%
B=62.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0477710.3900.70203.3810015.1
Hex02F4D6427046cb64f
Octal05711514447010631314417
Binary010111110011011100100100111010001101100101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,47,77); }

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

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

 a { background-color: rgb(0,47,77); }

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

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

 span { border-color: rgb(0,47,77); }

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