Html Css Color HEX #022F52 Prussian Blue

📋 copy color: '#022F52'

red 2 ◦ green 47 ◦ blue 82

#022F52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #022F52

Tints of Prussian Blue #022F52

RGB

 RED value IS 2 (1.17% from 255) = 1.53%

 GREEN value IS 47 (18.75% from 255) = 35.88%

 BLUE value IS 82 (32.42% from 255) = 62.6%

R = 1.53%
G = 35.88%
B = 62.6%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#022F52 (or 0x022F52) is known color: Prussian Blue. HEX triplet: 02, 2F and 52. RGB value is (2,47,82). Sum of RGB (Red+Green+Blue) = 2+47+82=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #022F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F52 is #FDD0AD. Grayscale: #252525. Windows color (decimal): -16634030 or 5385986. OLE color: 5385986.

HSL color Cylindrical-coordinate representation of color #022F52: hue angle of 206.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F52 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 47 82 -
CMYK 0.98 0.43 0 0.68
HSL 206.25º 0.95% 0.16% -
HSV(B) 206.25º 0.98% 0.32% -
XYZ 2.56 2.66 8.36 -
YUV 37.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 2 47 82 0.98 0.43 0 0.68 206.25 0.95 0.16
Hex 2 2F 52 62 2B 0 44 CE 5F 10
Octal 2 57 122 142 53 0 104 316 137 20
Binary 10 101111 1010010 1100010 101011 0 1000100 11001110 1011111 10000

Color Harmonies of #022F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F52

Black with #022F52

Text Example


Text Example

White with #022F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #022F52;
 }
 .AnyTagClassName
 {
   color: #022F52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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