Html Css Color HEX #032C58 Prussian Blue

📋 copy color: '#032C58'

red 3 ◦ green 44 ◦ blue 88

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

Shades of Prussian Blue #032C58

Tints of Prussian Blue #032C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 65.19%

R = 2.22%
G = 32.59%
B = 65.19%

CMYK

 C value IS 0.97

 M value IS 0.5

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#032C58 (or 0x032C58) is known color: Prussian Blue. HEX triplet: 03, 2C and 58. RGB value is (3,44,88). Sum of RGB (Red+Green+Blue) = 3+44+88=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #032C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C58 is #FCD3A7. Grayscale: #242424. Windows color (decimal): -16569256 or 5778435. OLE color: 5778435.

HSL color Cylindrical-coordinate representation of color #032C58: hue angle of 211.06º degrees, saturation: 0.93, 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 #032C58 is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 44 88 -
CMYK 0.97 0.5 0 0.65
HSL 211.06º 0.93% 0.18% -
HSV(B) 211.06º 0.97% 0.35% -
XYZ 2.7 2.53 9.58 -
YUV 36.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 3 44 88 0.97 0.5 0 0.65 211.06 0.93 0.18
Hex 3 2C 58 61 32 0 41 D3 5D 12
Octal 3 54 130 141 62 0 101 323 135 22
Binary 11 101100 1011000 1100001 110010 0 1000001 11010011 1011101 10010

Color Harmonies of #032C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C58

Black with #032C58

Text Example


Text Example

White with #032C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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