#023277

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

Shades of Prussian Blue #023277

Tints of Prussian Blue #023277

Color information

#023277 (or 0x023277) is unknown color: approx Prussian Blue. HEX triplet: 02, 32 and 77. RGB value is (2,50,119). Sum of RGB (Red+Green+Blue) = 2+50+119=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #023277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023277 is #FDCD88. Grayscale: #2B2B2B. Windows color (decimal): -16633225 or 7811586. OLE color: 7811586.

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

Color convert

RGB250119-
CMYK0.980.5800.53
HSL215.38º96.69%23.73%-
HSV(B)215.38º98.32%46.67%-
XYZ4.53.6317.92-
YUV43.51170.698.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 119 (46.88% from 255) = 69.59%
R=1.17%
G=29.24%
B=69.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2501190.980.5800.53215.3896.6923.73
Hex23277623A035d76118
Octal2621671427206532714130
Binary1011001011101111100010111010011010111010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023277; }

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

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

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

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

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

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

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

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