Html Css Color HEX #032F52 Prussian Blue

📋 copy color: '#032F52'

red 3 ◦ green 47 ◦ blue 82

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

Shades of Prussian Blue #032F52

Tints of Prussian Blue #032F52

RGB

 RED value IS 3 (1.56% from 255) = 2.27%

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

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

R = 2.27%
G = 35.61%
B = 62.12%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#032F52 (or 0x032F52) is known color: Prussian Blue. HEX triplet: 03, 2F and 52. RGB value is (3,47,82). Sum of RGB (Red+Green+Blue) = 3+47+82=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #032F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F52 is #FCD0AD. Grayscale: #252525. Windows color (decimal): -16568494 or 5385987. OLE color: 5385987.

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

Color convert

RGB 3 47 82 -
CMYK 0.96 0.43 0 0.68
HSL 206.58º 0.93% 0.17% -
HSV(B) 206.58º 0.96% 0.32% -
XYZ 2.58 2.66 8.36 -
YUV 37.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 3 47 82 0.96 0.43 0 0.68 206.58 0.93 0.17
Hex 3 2F 52 60 2B 0 44 CF 5D 11
Octal 3 57 122 140 53 0 104 317 135 21
Binary 11 101111 1010010 1100000 101011 0 1000100 11001111 1011101 10001

Color Harmonies of #032F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F52

Black with #032F52

Text Example


Text Example

White with #032F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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