#023371

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

Shades of Prussian Blue #023371

Tints of Prussian Blue #023371

Color information

#023371 (or 0x023371) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 71. RGB value is (2,51,113). Sum of RGB (Red+Green+Blue) = 2+51+113=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #023371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023371 is #FDCC8E. Grayscale: #2B2B2B. Windows color (decimal): -16632975 or 7418626. OLE color: 7418626.

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

Color convert

RGB251113-
CMYK0.980.5500.56
HSL213.51º96.52%22.55%-
HSV(B)213.51º98.23%44.31%-
XYZ4.193.5716.09-
YUV43.42167.2798.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 113 (44.53% from 255) = 68.07%
R=1.20%
G=30.72%
B=68.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2511130.980.5500.56213.5196.5222.55
Hex233716237038d66117
Octal2631611426707032614127
Binary1011001111100011100010110111011100011010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023371; }

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

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

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

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

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

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

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

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