Html Css Color HEX #032F74 Prussian Blue

📋 copy color: '#032F74'

red 3 ◦ green 47 ◦ blue 116

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

Shades of Prussian Blue #032F74

Tints of Prussian Blue #032F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 69.88%

R = 1.81%
G = 28.31%
B = 69.88%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#032F74 (or 0x032F74) is known color: Prussian Blue. HEX triplet: 03, 2F and 74. RGB value is (3,47,116). Sum of RGB (Red+Green+Blue) = 3+47+116=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 116 (45.70% from 255 or 69.88% from 166); Max value from RGB is 116 - color contains mainly: blue. Hex color #032F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F74 is #FCD08B. Grayscale: #292929. Windows color (decimal): -16568460 or 7614211. OLE color: 7614211.

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

Color convert

RGB 3 47 116 -
CMYK 0.97 0.59 0 0.55
HSL 216.64º 0.95% 0.23% -
HSV(B) 216.64º 0.97% 0.45% -
XYZ 4.21 3.31 16.94 -
YUV 41.71 169.92 100.39 -
System Red Green Blue C M Y K H S L
Decimal 3 47 116 0.97 0.59 0 0.55 216.64 0.95 0.23
Hex 3 2F 74 61 3B 0 37 D9 5F 17
Octal 3 57 164 141 73 0 67 331 137 27
Binary 11 101111 1110100 1100001 111011 0 110111 11011001 1011111 10111

Color Harmonies of #032F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F74

Black with #032F74

Text Example


Text Example

White with #032F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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