Html Css Color HEX #032F5F Prussian Blue

📋 copy color: '#032F5F'

red 3 ◦ green 47 ◦ blue 95

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

Shades of Prussian Blue #032F5F

Tints of Prussian Blue #032F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 65.52%

R = 2.07%
G = 32.41%
B = 65.52%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#032F5F (or 0x032F5F) is known color: Prussian Blue. HEX triplet: 03, 2F and 5F. RGB value is (3,47,95). Sum of RGB (Red+Green+Blue) = 3+47+95=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #032F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F5F is #FCD0A0. Grayscale: #272727. Windows color (decimal): -16568481 or 6237955. OLE color: 6237955.

HSL color Cylindrical-coordinate representation of color #032F5F: hue angle of 211.3º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F5F is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 47 95 -
CMYK 0.97 0.51 0 0.63
HSL 211.3º 0.94% 0.19% -
HSV(B) 211.3º 0.97% 0.37% -
XYZ 3.12 2.88 11.22 -
YUV 39.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 3 47 95 0.97 0.51 0 0.63 211.3 0.94 0.19
Hex 3 2F 5F 61 33 0 3F D3 5E 13
Octal 3 57 137 141 63 0 77 323 136 23
Binary 11 101111 1011111 1100001 110011 0 111111 11010011 1011110 10011

Color Harmonies of #032F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F5F

Black with #032F5F

Text Example


Text Example

White with #032F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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