#023372

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

Shades of Prussian Blue #023372

Tints of Prussian Blue #023372

Color information

#023372 (or 0x023372) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 72. RGB value is (2,51,114). Sum of RGB (Red+Green+Blue) = 2+51+114=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #023372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023372 is #FDCC8D. Grayscale: #2B2B2B. Windows color (decimal): -16632974 or 7484162. OLE color: 7484162.

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

Color convert

RGB251114-
CMYK0.980.5500.55
HSL213.75º96.55%22.75%-
HSV(B)213.75º98.25%44.71%-
XYZ4.253.616.39-
YUV43.53167.7798.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 114 (44.92% from 255) = 68.26%
R=1.20%
G=30.54%
B=68.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2511140.980.5500.55213.7596.5522.75
Hex233726237037d66117
Octal2631621426706732614127
Binary1011001111100101100010110111011011111010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023372; }

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

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

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

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

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

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

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

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