#023772

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

Shades of Prussian Blue #023772

Tints of Prussian Blue #023772

Color information

#023772 (or 0x023772) is unknown color: approx Prussian Blue. HEX triplet: 02, 37 and 72. RGB value is (2,55,114). Sum of RGB (Red+Green+Blue) = 2+55+114=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #023772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023772 is #FDC88D. Grayscale: #2D2D2D. Windows color (decimal): -16631950 or 7485186. OLE color: 7485186.

HSL color Cylindrical-coordinate representation of color #023772: hue angle of 211.61º 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 #023772 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB255114-
CMYK0.980.5200.55
HSL211.61º96.55%22.75%-
HSV(B)211.61º98.25%44.71%-
XYZ4.433.9616.45-
YUV45.88166.4496.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 114 (44.92% from 255) = 66.67%
R=1.17%
G=32.16%
B=66.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2551140.980.5200.55211.6196.5522.75
Hex237726234037d46117
Octal2671621426406732414127
Binary1011011111100101100010110100011011111010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023772; }

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

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

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

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

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

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

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

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