#022A61

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

Shades of Prussian Blue #022A61

Tints of Prussian Blue #022A61

Color information

#022A61 (or 0x022A61) is unknown color: approx Prussian Blue. HEX triplet: 02, 2A and 61. RGB value is (2,42,97). Sum of RGB (Red+Green+Blue) = 2+42+97=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #022A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A61 is #FDD59E. Grayscale: #242424. Windows color (decimal): -16635295 or 6367746. OLE color: 6367746.

HSL color Cylindrical-coordinate representation of color #022A61: hue angle of 214.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022A61 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB24297-
CMYK0.980.5700.62
HSL214.74º95.96%19.41%-
HSV(B)214.74º97.94%38.04%-
XYZ3.012.5311.64-
YUV36.31162.25103.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 97 (38.28% from 255) = 68.79%
R=1.42%
G=29.79%
B=68.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal242970.980.5700.62214.7495.9619.41
Hex22A61623903Ed76013
Octal2521411427107632714023
Binary1010101011000011100010111001011111011010111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,42,97); }

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

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

 a { background-color: rgb(2,42,97); }

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

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

 span { border-color: rgb(2,42,97); }

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