Html Css Color HEX #032D4F Prussian Blue

📋 copy color: '#032D4F'

red 3 ◦ green 45 ◦ blue 79

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

Shades of Prussian Blue #032D4F

Tints of Prussian Blue #032D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 62.2%

R = 2.36%
G = 35.43%
B = 62.2%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#032D4F (or 0x032D4F) is known color: Prussian Blue. HEX triplet: 03, 2D and 4F. RGB value is (3,45,79). Sum of RGB (Red+Green+Blue) = 3+45+79=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 79 (31.25% from 255 or 62.20% from 127); Max value from RGB is 79 - color contains mainly: blue. Hex color #032D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D4F is #FCD2B0. Grayscale: #242424. Windows color (decimal): -16569009 or 5188867. OLE color: 5188867.

HSL color Cylindrical-coordinate representation of color #032D4F: hue angle of 206.84º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032D4F is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 45 79 -
CMYK 0.96 0.43 0 0.69
HSL 206.84º 0.93% 0.16% -
HSV(B) 206.84º 0.96% 0.31% -
XYZ 2.39 2.46 7.75 -
YUV 36.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 3 45 79 0.96 0.43 0 0.69 206.84 0.93 0.16
Hex 3 2D 4F 60 2B 0 45 CF 5D 10
Octal 3 55 117 140 53 0 105 317 135 20
Binary 11 101101 1001111 1100000 101011 0 1000101 11001111 1011101 10000

Color Harmonies of #032D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032D4F

Black with #032D4F

Text Example


Text Example

White with #032D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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