Html Css Color HEX #032C5D Prussian Blue

📋 copy color: '#032C5D'

red 3 ◦ green 44 ◦ blue 93

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

Shades of Prussian Blue #032C5D

Tints of Prussian Blue #032C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 66.43%

R = 2.14%
G = 31.43%
B = 66.43%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#032C5D (or 0x032C5D) is known color: Prussian Blue. HEX triplet: 03, 2C and 5D. RGB value is (3,44,93). Sum of RGB (Red+Green+Blue) = 3+44+93=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #032C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C5D is #FCD3A2. Grayscale: #252525. Windows color (decimal): -16569251 or 6106115. OLE color: 6106115.

HSL color Cylindrical-coordinate representation of color #032C5D: hue angle of 212.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C5D is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 44 93 -
CMYK 0.97 0.53 0 0.64
HSL 212.67º 0.94% 0.19% -
HSV(B) 212.67º 0.97% 0.36% -
XYZ 2.91 2.61 10.71 -
YUV 37.33 159.42 103.52 -
System Red Green Blue C M Y K H S L
Decimal 3 44 93 0.97 0.53 0 0.64 212.67 0.94 0.19
Hex 3 2C 5D 61 35 0 40 D5 5E 13
Octal 3 54 135 141 65 0 100 325 136 23
Binary 11 101100 1011101 1100001 110101 0 1000000 11010101 1011110 10011

Color Harmonies of #032C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C5D

Black with #032C5D

Text Example


Text Example

White with #032C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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