Html Css Color HEX #032F70 Prussian Blue

📋 copy color: '#032F70'

red 3 ◦ green 47 ◦ blue 112

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

Shades of Prussian Blue #032F70

Tints of Prussian Blue #032F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 69.14%

R = 1.85%
G = 29.01%
B = 69.14%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#032F70 (or 0x032F70) is known color: Prussian Blue. HEX triplet: 03, 2F and 70. RGB value is (3,47,112). Sum of RGB (Red+Green+Blue) = 3+47+112=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #032F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F70 is #FCD08F. Grayscale: #282828. Windows color (decimal): -16568464 or 7352067. OLE color: 7352067.

HSL color Cylindrical-coordinate representation of color #032F70: hue angle of 215.78º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F70 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 47 112 -
CMYK 0.97 0.58 0 0.56
HSL 215.78º 0.95% 0.23% -
HSV(B) 215.78º 0.97% 0.44% -
XYZ 3.98 3.22 15.74 -
YUV 41.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 3 47 112 0.97 0.58 0 0.56 215.78 0.95 0.23
Hex 3 2F 70 61 3A 0 38 D8 5F 17
Octal 3 57 160 141 72 0 70 330 137 27
Binary 11 101111 1110000 1100001 111010 0 111000 11011000 1011111 10111

Color Harmonies of #032F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F70

Black with #032F70

Text Example


Text Example

White with #032F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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