Html Css Color HEX #032C5A Prussian Blue

📋 copy color: '#032C5A'

red 3 ◦ green 44 ◦ blue 90

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

Shades of Prussian Blue #032C5A

Tints of Prussian Blue #032C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 65.69%

R = 2.19%
G = 32.12%
B = 65.69%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#032C5A (or 0x032C5A) is known color: Prussian Blue. HEX triplet: 03, 2C and 5A. RGB value is (3,44,90). Sum of RGB (Red+Green+Blue) = 3+44+90=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #032C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C5A is #FCD3A5. Grayscale: #242424. Windows color (decimal): -16569254 or 5909507. OLE color: 5909507.

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

Color convert

RGB 3 44 90 -
CMYK 0.97 0.51 0 0.65
HSL 211.72º 0.94% 0.18% -
HSV(B) 211.72º 0.97% 0.35% -
XYZ 2.78 2.56 10.02 -
YUV 36.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 3 44 90 0.97 0.51 0 0.65 211.72 0.94 0.18
Hex 3 2C 5A 61 33 0 41 D4 5E 12
Octal 3 54 132 141 63 0 101 324 136 22
Binary 11 101100 1011010 1100001 110011 0 1000001 11010100 1011110 10010

Color Harmonies of #032C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C5A

Black with #032C5A

Text Example


Text Example

White with #032C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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