#022F68

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

Shades of Prussian Blue #022F68

Tints of Prussian Blue #022F68

Color information

#022F68 (or 0x022F68) is unknown color: approx Prussian Blue. HEX triplet: 02, 2F and 68. RGB value is (2,47,104). Sum of RGB (Red+Green+Blue) = 2+47+104=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #022F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F68 is #FDD097. Grayscale: #272727. Windows color (decimal): -16634008 or 6827778. OLE color: 6827778.

HSL color Cylindrical-coordinate representation of color #022F68: hue angle of 213.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F68 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB247104-
CMYK0.980.5500.59
HSL213.53º96.23%20.78%-
HSV(B)213.53º98.08%40.78%-
XYZ3.543.0513.5-
YUV40.04164.09100.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 104 (41.02% from 255) = 67.97%
R=1.31%
G=30.72%
B=67.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2471040.980.5500.59213.5396.2320.78
Hex22F68623703Bd66015
Octal2571501426707332614025
Binary1010111111010001100010110111011101111010110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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