#023572

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

Shades of Prussian Blue #023572

Tints of Prussian Blue #023572

Color information

#023572 (or 0x023572) is unknown color: approx Prussian Blue. HEX triplet: 02, 35 and 72. RGB value is (2,53,114). Sum of RGB (Red+Green+Blue) = 2+53+114=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #023572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023572 is #FDCA8D. Grayscale: #2C2C2C. Windows color (decimal): -16632462 or 7484674. OLE color: 7484674.

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

Color convert

RGB253114-
CMYK0.980.5400.55
HSL212.68º96.55%22.75%-
HSV(B)212.68º98.25%44.71%-
XYZ4.343.7716.42-
YUV44.7167.197.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=1.18%
G=31.36%
B=67.46%

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
Decimal2531140.980.5400.55212.6896.5522.75
Hex235726236037d56117
Octal2651621426606732514127
Binary1011010111100101100010110110011011111010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023572; }

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

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

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

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

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

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

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

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