Html Css Color HEX #032B5E Prussian Blue

📋 copy color: '#032B5E'

red 3 ◦ green 43 ◦ blue 94

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

Shades of Prussian Blue #032B5E

Tints of Prussian Blue #032B5E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.71%

 BLUE value IS 94 (37.11% from 255) = 67.14%

R = 2.14%
G = 30.71%
B = 67.14%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#032B5E (or 0x032B5E) is known color: Prussian Blue. HEX triplet: 03, 2B and 5E. RGB value is (3,43,94). Sum of RGB (Red+Green+Blue) = 3+43+94=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 94 (37.11% from 255 or 67.14% from 140); Max value from RGB is 94 - color contains mainly: blue. Hex color #032B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B5E is #FCD4A1. Grayscale: #242424. Windows color (decimal): -16569506 or 6171395. OLE color: 6171395.

HSL color Cylindrical-coordinate representation of color #032B5E: hue angle of 213.63º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032B5E is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 43 94 -
CMYK 0.97 0.54 0 0.63
HSL 213.63º 0.94% 0.19% -
HSV(B) 213.63º 0.97% 0.37% -
XYZ 2.92 2.56 10.93 -
YUV 36.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 3 43 94 0.97 0.54 0 0.63 213.63 0.94 0.19
Hex 3 2B 5E 61 36 0 3F D6 5E 13
Octal 3 53 136 141 66 0 77 326 136 23
Binary 11 101011 1011110 1100001 110110 0 111111 11010110 1011110 10011

Color Harmonies of #032B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B5E

Black with #032B5E

Text Example


Text Example

White with #032B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,43,94); }

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

background-color css

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

 a { background-color: rgb(3,43,94); }

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

border-color css

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

 span { border-color: rgb(3,43,94); }

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