#023C57

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

Shades of Prussian Blue #023C57

Tints of Prussian Blue #023C57

Color information

#023C57 (or 0x023C57) is unknown color: approx Prussian Blue. HEX triplet: 02, 3C and 57. RGB value is (2,60,87). Sum of RGB (Red+Green+Blue) = 2+60+87=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #023C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C57 is #FDC3A8. Grayscale: #2D2D2D. Windows color (decimal): -16630697 or 5716994. OLE color: 5716994.

HSL color Cylindrical-coordinate representation of color #023C57: hue angle of 199.06º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023C57 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB26087-
CMYK0.980.3100.66
HSL199.06º95.51%17.45%-
HSV(B)199.06º97.7%34.12%-
XYZ3.363.939.6-
YUV45.74151.2896.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 60 (23.83% from 255) = 40.27%
BLUE value IS 87 (34.38% from 255) = 58.39%
R=1.34%
G=40.27%
B=58.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal260870.980.3100.66199.0695.5117.45
Hex23C57621F042c76011
Octal27412714237010230714021
Binary1011110010101111100010111110100001011000111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023C57; }

 p { color: rgb(2,60,87); }

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

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

 a { background-color: rgb(2,60,87); }

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

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

 span { border-color: rgb(2,60,87); }

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