#022349

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

Shades of Prussian Blue #022349

Tints of Prussian Blue #022349

Color information

#022349 (or 0x022349) is unknown color: approx Prussian Blue. HEX triplet: 02, 23 and 49. RGB value is (2,35,73). Sum of RGB (Red+Green+Blue) = 2+35+73=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #022349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022349 is #FDDCB6. Grayscale: #1D1D1D. Windows color (decimal): -16637111 or 4793090. OLE color: 4793090.

HSL color Cylindrical-coordinate representation of color #022349: hue angle of 212.11º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022349 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB23573-
CMYK0.970.5200.71
HSL212.11º94.67%14.71%-
HSV(B)212.11º97.26%28.63%-
XYZ1.831.76.53-
YUV29.46152.57108.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 73 (28.91% from 255) = 66.36%
R=1.82%
G=31.82%
B=66.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal235730.970.5200.71212.1194.6714.71
Hex223496134047d45ff
Octal24311114164010732413717
Binary1010001110010011100001110100010001111101010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022349; }

 p { color: rgb(2,35,73); }

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

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

 a { background-color: rgb(2,35,73); }

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

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

 span { border-color: rgb(2,35,73); }

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