#022F56

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

Shades of Prussian Blue #022F56

Tints of Prussian Blue #022F56

Color information

#022F56 (or 0x022F56) is unknown color: approx Prussian Blue. HEX triplet: 02, 2F and 56. RGB value is (2,47,86). Sum of RGB (Red+Green+Blue) = 2+47+86=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #022F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F56 is #FDD0A9. Grayscale: #252525. Windows color (decimal): -16634026 or 5648130. OLE color: 5648130.

HSL color Cylindrical-coordinate representation of color #022F56: hue angle of 207.86º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F56 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB24786-
CMYK0.980.4500.66
HSL207.86º95.45%17.25%-
HSV(B)207.86º97.67%33.73%-
XYZ2.722.729.19-
YUV37.99155.09102.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 86 (33.98% from 255) = 63.70%
R=1.48%
G=34.81%
B=63.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal247860.980.4500.66207.8695.4517.25
Hex22F56622D042d05f11
Octal25712614255010232013721
Binary10101111101011011000101011010100001011010000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,47,86); }

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

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

 a { background-color: rgb(2,47,86); }

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

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

 span { border-color: rgb(2,47,86); }

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