Html Css Color HEX #032C61 Prussian Blue

📋 copy color: '#032C61'

red 3 ◦ green 44 ◦ blue 97

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

Shades of Prussian Blue #032C61

Tints of Prussian Blue #032C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.56%

 BLUE value IS 97 (38.28% from 255) = 67.36%

R = 2.08%
G = 30.56%
B = 67.36%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#032C61 (or 0x032C61) is known color: Prussian Blue. HEX triplet: 03, 2C and 61. RGB value is (3,44,97). Sum of RGB (Red+Green+Blue) = 3+44+97=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #032C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C61 is #FCD39E. Grayscale: #252525. Windows color (decimal): -16569247 or 6368259. OLE color: 6368259.

HSL color Cylindrical-coordinate representation of color #032C61: hue angle of 213.83º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C61 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 44 97 -
CMYK 0.97 0.55 0 0.62
HSL 213.83º 0.94% 0.2% -
HSV(B) 213.83º 0.97% 0.38% -
XYZ 3.1 2.68 11.66 -
YUV 37.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 3 44 97 0.97 0.55 0 0.62 213.83 0.94 0.2
Hex 3 2C 61 61 37 0 3E D6 5E 14
Octal 3 54 141 141 67 0 76 326 136 24
Binary 11 101100 1100001 1100001 110111 0 111110 11010110 1011110 10100

Color Harmonies of #032C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C61

Black with #032C61

Text Example


Text Example

White with #032C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,44,97); }

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

background-color css

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

 a { background-color: rgb(3,44,97); }

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

border-color css

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

 span { border-color: rgb(3,44,97); }

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