Html Css Color HEX #032959 Prussian Blue

📋 copy color: '#032959'

red 3 ◦ green 41 ◦ blue 89

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

Shades of Prussian Blue #032959

Tints of Prussian Blue #032959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.83%

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

R = 2.26%
G = 30.83%
B = 66.92%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#032959 (or 0x032959) is known color: Prussian Blue. HEX triplet: 03, 29 and 59. RGB value is (3,41,89). Sum of RGB (Red+Green+Blue) = 3+41+89=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #032959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032959 is #FCD6A6. Grayscale: #222222. Windows color (decimal): -16570023 or 5843203. OLE color: 5843203.

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

Color convert

RGB 3 41 89 -
CMYK 0.97 0.54 0 0.65
HSL 213.49º 0.93% 0.18% -
HSV(B) 213.49º 0.97% 0.35% -
XYZ 2.63 2.33 9.76 -
YUV 35.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 3 41 89 0.97 0.54 0 0.65 213.49 0.93 0.18
Hex 3 29 59 61 36 0 41 D5 5D 12
Octal 3 51 131 141 66 0 101 325 135 22
Binary 11 101001 1011001 1100001 110110 0 1000001 11010101 1011101 10010

Color Harmonies of #032959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032959

Black with #032959

Text Example


Text Example

White with #032959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032959; }

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

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

background-color css

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

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

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

border-color css

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

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

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