#002F52

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

Shades of Prussian Blue #002F52

Tints of Prussian Blue #002F52

Color information

#002F52 (or 0x002F52) is unknown color: approx Prussian Blue. HEX triplet: 00, 2F and 52. RGB value is (0,47,82). Sum of RGB (Red+Green+Blue) = 0+47+82=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #002F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F52 is #FFD0AD. Grayscale: #242424. Windows color (decimal): -16765102 or 5385984. OLE color: 5385984.

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

Color convert

RGB04782-
CMYK10.4300.68
HSL205.61º100%16.08%-
HSV(B)205.61º100%32.16%-
XYZ2.542.648.36-
YUV36.94153.43101.65-

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) = 36.43%
BLUE value IS 82 (32.42% from 255) = 63.57%
R=0%
G=36.43%
B=63.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0478210.4300.68205.6110016.08
Hex02F52642B044ce6410
Octal05712214453010431614420
Binary0101111101001011001001010110100010011001110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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