#002F54

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

Shades of Prussian Blue #002F54

Tints of Prussian Blue #002F54

Color information

#002F54 (or 0x002F54) is unknown color: approx Prussian Blue. HEX triplet: 00, 2F and 54. RGB value is (0,47,84). Sum of RGB (Red+Green+Blue) = 0+47+84=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #002F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F54 is #FFD0AB. Grayscale: #242424. Windows color (decimal): -16765100 or 5517056. OLE color: 5517056.

HSL color Cylindrical-coordinate representation of color #002F54: hue angle of 206.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F54 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB04784-
CMYK10.4400.67
HSL206.43º100%16.47%-
HSV(B)206.43º100%32.94%-
XYZ2.622.678.77-
YUV37.16154.43101.49-

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) = 35.88%
BLUE value IS 84 (33.20% from 255) = 64.12%
R=0%
G=35.88%
B=64.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0478410.4400.67206.4310016.47
Hex02F54642C043ce6410
Octal05712414454010331614420
Binary0101111101010011001001011000100001111001110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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