Html Css Color HEX #032E59 Prussian Blue

📋 copy color: '#032E59'

red 3 ◦ green 46 ◦ blue 89

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

Shades of Prussian Blue #032E59

Tints of Prussian Blue #032E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.33%

 BLUE value IS 89 (35.16% from 255) = 64.49%

R = 2.17%
G = 33.33%
B = 64.49%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#032E59 (or 0x032E59) is known color: Prussian Blue. HEX triplet: 03, 2E and 59. RGB value is (3,46,89). Sum of RGB (Red+Green+Blue) = 3+46+89=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #032E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E59 is #FCD1A6. Grayscale: #252525. Windows color (decimal): -16568743 or 5844483. OLE color: 5844483.

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

Color convert

RGB 3 46 89 -
CMYK 0.97 0.48 0 0.65
HSL 210º 0.93% 0.18% -
HSV(B) 210º 0.97% 0.35% -
XYZ 2.82 2.69 9.82 -
YUV 38.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 3 46 89 0.97 0.48 0 0.65 210 0.93 0.18
Hex 3 2E 59 61 30 0 41 D2 5D 12
Octal 3 56 131 141 60 0 101 322 135 22
Binary 11 101110 1011001 1100001 110000 0 1000001 11010010 1011101 10010

Color Harmonies of #032E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E59

Black with #032E59

Text Example


Text Example

White with #032E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,46,89); }

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

background-color css

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

 a { background-color: rgb(3,46,89); }

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

border-color css

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

 span { border-color: rgb(3,46,89); }

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