#023776

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

Shades of Prussian Blue #023776

Tints of Prussian Blue #023776

Color information

#023776 (or 0x023776) is unknown color: approx Prussian Blue. HEX triplet: 02, 37 and 76. RGB value is (2,55,118). Sum of RGB (Red+Green+Blue) = 2+55+118=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #023776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023776 is #FDC889. Grayscale: #2E2E2E. Windows color (decimal): -16631946 or 7747330. OLE color: 7747330.

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

Color convert

RGB255118-
CMYK0.980.5300.54
HSL212.59º96.67%23.53%-
HSV(B)212.59º98.31%46.27%-
XYZ4.664.0517.68-
YUV46.33168.4496.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 118 (46.48% from 255) = 67.43%
R=1.14%
G=31.43%
B=67.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2551180.980.5300.54212.5996.6723.53
Hex237766235036d56118
Octal2671661426506632514130
Binary1011011111101101100010110101011011011010101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023776; }

 p { color: rgb(2,55,118); }

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

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

 a { background-color: rgb(2,55,118); }

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

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

 span { border-color: rgb(2,55,118); }

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