#023472

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

Shades of Prussian Blue #023472

Tints of Prussian Blue #023472

Color information

#023472 (or 0x023472) is unknown color: approx Prussian Blue. HEX triplet: 02, 34 and 72. RGB value is (2,52,114). Sum of RGB (Red+Green+Blue) = 2+52+114=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #023472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023472 is #FDCB8D. Grayscale: #2B2B2B. Windows color (decimal): -16632718 or 7484418. OLE color: 7484418.

HSL color Cylindrical-coordinate representation of color #023472: hue angle of 213.21º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023472 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB252114-
CMYK0.980.5400.55
HSL213.21º96.55%22.75%-
HSV(B)213.21º98.25%44.71%-
XYZ4.293.6816.4-
YUV44.12167.4497.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 114 (44.92% from 255) = 67.86%
R=1.19%
G=30.95%
B=67.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2521140.980.5400.55213.2196.5522.75
Hex234726236037d56117
Octal2641621426606732514127
Binary1011010011100101100010110110011011111010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023472; }

 p { color: rgb(2,52,114); }

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

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

 a { background-color: rgb(2,52,114); }

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

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

 span { border-color: rgb(2,52,114); }

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