#023477

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

Shades of Prussian Blue #023477

Tints of Prussian Blue #023477

Color information

#023477 (or 0x023477) is unknown color: approx Prussian Blue. HEX triplet: 02, 34 and 77. RGB value is (2,52,119). Sum of RGB (Red+Green+Blue) = 2+52+119=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #023477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023477 is #FDCB88. Grayscale: #2C2C2C. Windows color (decimal): -16632713 or 7812098. OLE color: 7812098.

HSL color Cylindrical-coordinate representation of color #023477: hue angle of 214.36º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023477 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB252119-
CMYK0.980.5600.53
HSL214.36º96.69%23.73%-
HSV(B)214.36º98.32%46.67%-
XYZ4.583.817.94-
YUV44.69169.9497.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 119 (46.88% from 255) = 68.79%
R=1.16%
G=30.06%
B=68.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2521190.980.5600.53214.3696.6923.73
Hex234776238035d66118
Octal2641671427006532614130
Binary1011010011101111100010111000011010111010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023477; }

 p { color: rgb(2,52,119); }

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

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

 a { background-color: rgb(2,52,119); }

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

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

 span { border-color: rgb(2,52,119); }

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