#023357

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

Shades of Prussian Blue #023357

Tints of Prussian Blue #023357

Color information

#023357 (or 0x023357) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 57. RGB value is (2,51,87). Sum of RGB (Red+Green+Blue) = 2+51+87=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #023357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023357 is #FDCCA8. Grayscale: #282828. Windows color (decimal): -16633001 or 5714690. OLE color: 5714690.

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

Color convert

RGB25187-
CMYK0.980.4100.66
HSL205.41º95.51%17.45%-
HSV(B)205.41º97.7%34.12%-
XYZ2.933.079.45-
YUV40.45154.27100.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 87 (34.38% from 255) = 62.14%
R=1.43%
G=36.43%
B=62.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal251870.980.4100.66205.4195.5117.45
Hex233576229042cd6011
Octal26312714251010231514021
Binary10110011101011111000101010010100001011001101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023357; }

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

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

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

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

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

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

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

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