Html Css Color HEX #032F6D Prussian Blue

📋 copy color: '#032F6D'

red 3 ◦ green 47 ◦ blue 109

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

Shades of Prussian Blue #032F6D

Tints of Prussian Blue #032F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 68.55%

R = 1.89%
G = 29.56%
B = 68.55%

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

#032F6D (or 0x032F6D) is known color: Prussian Blue. HEX triplet: 03, 2F and 6D. RGB value is (3,47,109). Sum of RGB (Red+Green+Blue) = 3+47+109=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #032F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F6D is #FCD092. Grayscale: #282828. Windows color (decimal): -16568467 or 7155459. OLE color: 7155459.

HSL color Cylindrical-coordinate representation of color #032F6D: hue angle of 215.09º 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 #032F6D is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 47 109 -
CMYK 0.97 0.57 0 0.57
HSL 215.09º 0.95% 0.22% -
HSV(B) 215.09º 0.97% 0.43% -
XYZ 3.81 3.16 14.88 -
YUV 40.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 3 47 109 0.97 0.57 0 0.57 215.09 0.95 0.22
Hex 3 2F 6D 61 39 0 39 D7 5F 16
Octal 3 57 155 141 71 0 71 327 137 26
Binary 11 101111 1101101 1100001 111001 0 111001 11010111 1011111 10110

Color Harmonies of #032F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F6D

Black with #032F6D

Text Example


Text Example

White with #032F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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