#023376

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

Shades of Prussian Blue #023376

Tints of Prussian Blue #023376

Color information

#023376 (or 0x023376) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 76. RGB value is (2,51,118). Sum of RGB (Red+Green+Blue) = 2+51+118=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #023376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023376 is #FDCC89. Grayscale: #2B2B2B. Windows color (decimal): -16632970 or 7746306. OLE color: 7746306.

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

Color convert

RGB251118-
CMYK0.980.5700.54
HSL214.66º96.67%23.53%-
HSV(B)214.66º98.31%46.27%-
XYZ4.483.6917.62-
YUV43.99169.7798.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 118 (46.48% from 255) = 69.01%
R=1.17%
G=29.82%
B=69.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2511180.980.5700.54214.6696.6723.53
Hex233766239036d76118
Octal2631661427106632714130
Binary1011001111101101100010111001011011011010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023376; }

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

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

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

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

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

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

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

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