Html Css Color HEX #032F6E Prussian Blue

📋 copy color: '#032F6E'

red 3 ◦ green 47 ◦ blue 110

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

Shades of Prussian Blue #032F6E

Tints of Prussian Blue #032F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 68.75%

R = 1.88%
G = 29.38%
B = 68.75%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#032F6E (or 0x032F6E) is known color: Prussian Blue. HEX triplet: 03, 2F and 6E. RGB value is (3,47,110). Sum of RGB (Red+Green+Blue) = 3+47+110=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #032F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F6E is #FCD091. Grayscale: #282828. Windows color (decimal): -16568466 or 7220995. OLE color: 7220995.

HSL color Cylindrical-coordinate representation of color #032F6E: hue angle of 215.33º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F6E is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 47 110 -
CMYK 0.97 0.57 0 0.57
HSL 215.33º 0.95% 0.22% -
HSV(B) 215.33º 0.97% 0.43% -
XYZ 3.87 3.18 15.16 -
YUV 41.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 3 47 110 0.97 0.57 0 0.57 215.33 0.95 0.22
Hex 3 2F 6E 61 39 0 39 D7 5F 16
Octal 3 57 156 141 71 0 71 327 137 26
Binary 11 101111 1101110 1100001 111001 0 111001 11010111 1011111 10110

Color Harmonies of #032F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F6E

Black with #032F6E

Text Example


Text Example

White with #032F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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