Html Css Color HEX #032D5A Prussian Blue

📋 copy color: '#032D5A'

red 3 ◦ green 45 ◦ blue 90

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

Shades of Prussian Blue #032D5A

Tints of Prussian Blue #032D5A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.61%

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

R = 2.17%
G = 32.61%
B = 65.22%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#032D5A (or 0x032D5A) is known color: Prussian Blue. HEX triplet: 03, 2D and 5A. RGB value is (3,45,90). Sum of RGB (Red+Green+Blue) = 3+45+90=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #032D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D5A is #FCD2A5. Grayscale: #252525. Windows color (decimal): -16568998 or 5909763. OLE color: 5909763.

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

Color convert

RGB 3 45 90 -
CMYK 0.97 0.50 0 0.65
HSL 211.03º 0.94% 0.18% -
HSV(B) 211.03º 0.97% 0.35% -
XYZ 2.82 2.63 10.03 -
YUV 37.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 3 45 90 0.97 0.50 0 0.65 211.03 0.94 0.18
Hex 3 2D 5A 61 32 0 41 D3 5E 12
Octal 3 55 132 141 62 0 101 323 136 22
Binary 11 101101 1011010 1100001 110010 0 1000001 11010011 1011110 10010

Color Harmonies of #032D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032D5A

Black with #032D5A

Text Example


Text Example

White with #032D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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