#022D58

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

Shades of Prussian Blue #022D58

Tints of Prussian Blue #022D58

Color information

#022D58 (or 0x022D58) is unknown color: approx Prussian Blue. HEX triplet: 02, 2D and 58. RGB value is (2,45,88). Sum of RGB (Red+Green+Blue) = 2+45+88=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #022D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D58 is #FDD2A7. Grayscale: #242424. Windows color (decimal): -16634536 or 5778690. OLE color: 5778690.

HSL color Cylindrical-coordinate representation of color #022D58: hue angle of 210º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022D58 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB24588-
CMYK0.980.4900.65
HSL210º95.56%17.65%-
HSV(B)210º97.73%34.51%-
XYZ2.722.599.59-
YUV37.04156.75103-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 65.19%
R=1.48%
G=33.33%
B=65.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal245880.980.4900.6521095.5617.65
Hex22D586231041d26012
Octal25513014261010132214022
Binary10101101101100011000101100010100000111010010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022D58; }

 p { color: rgb(2,45,88); }

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

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

 a { background-color: rgb(2,45,88); }

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

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

 span { border-color: rgb(2,45,88); }

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