Html Css Color HEX #032F5B Prussian Blue

📋 copy color: '#032F5B'

red 3 ◦ green 47 ◦ blue 91

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

Shades of Prussian Blue #032F5B

Tints of Prussian Blue #032F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 64.54%

R = 2.13%
G = 33.33%
B = 64.54%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#032F5B (or 0x032F5B) is known color: Prussian Blue. HEX triplet: 03, 2F and 5B. RGB value is (3,47,91). Sum of RGB (Red+Green+Blue) = 3+47+91=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #032F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F5B is #FCD0A4. Grayscale: #262626. Windows color (decimal): -16568485 or 5975811. OLE color: 5975811.

HSL color Cylindrical-coordinate representation of color #032F5B: hue angle of 210º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F5B is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 47 91 -
CMYK 0.97 0.48 0 0.64
HSL 210º 0.94% 0.18% -
HSV(B) 210º 0.97% 0.36% -
XYZ 2.94 2.81 10.28 -
YUV 38.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 3 47 91 0.97 0.48 0 0.64 210 0.94 0.18
Hex 3 2F 5B 61 30 0 40 D2 5E 12
Octal 3 57 133 141 60 0 100 322 136 22
Binary 11 101111 1011011 1100001 110000 0 1000000 11010010 1011110 10010

Color Harmonies of #032F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F5B

Black with #032F5B

Text Example


Text Example

White with #032F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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