#023575

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

Shades of Prussian Blue #023575

Tints of Prussian Blue #023575

Color information

#023575 (or 0x023575) is unknown color: approx Prussian Blue. HEX triplet: 02, 35 and 75. RGB value is (2,53,117). Sum of RGB (Red+Green+Blue) = 2+53+117=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #023575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023575 is #FDCA8A. Grayscale: #2C2C2C. Windows color (decimal): -16632459 or 7681282. OLE color: 7681282.

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

Color convert

RGB253117-
CMYK0.980.5500.54
HSL213.39º96.64%23.33%-
HSV(B)213.39º98.29%45.88%-
XYZ4.513.8417.33-
YUV45.05168.697.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 117 (46.09% from 255) = 68.02%
R=1.16%
G=30.81%
B=68.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2531170.980.5500.54213.3996.6423.33
Hex235756237036d56117
Octal2651651426706632514127
Binary1011010111101011100010110111011011011010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023575; }

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

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

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

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

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

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

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

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