Html Css Color HEX #032D4E Prussian Blue

📋 copy color: '#032D4E'

red 3 ◦ green 45 ◦ blue 78

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

Shades of Prussian Blue #032D4E

Tints of Prussian Blue #032D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 61.9%

R = 2.38%
G = 35.71%
B = 61.9%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#032D4E (or 0x032D4E) is known color: Prussian Blue. HEX triplet: 03, 2D and 4E. RGB value is (3,45,78). Sum of RGB (Red+Green+Blue) = 3+45+78=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #032D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D4E is #FCD2B1. Grayscale: #242424. Windows color (decimal): -16569010 or 5123331. OLE color: 5123331.

HSL color Cylindrical-coordinate representation of color #032D4E: hue angle of 206.4º 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 #032D4E is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 45 78 -
CMYK 0.96 0.42 0 0.69
HSL 206.4º 0.93% 0.16% -
HSV(B) 206.4º 0.96% 0.31% -
XYZ 2.35 2.45 7.56 -
YUV 36.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 3 45 78 0.96 0.42 0 0.69 206.4 0.93 0.16
Hex 3 2D 4E 60 2A 0 45 CE 5D 10
Octal 3 55 116 140 52 0 105 316 135 20
Binary 11 101101 1001110 1100000 101010 0 1000101 11001110 1011101 10000

Color Harmonies of #032D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032D4E

Black with #032D4E

Text Example


Text Example

White with #032D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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