Html Css Color HEX #032B60 Prussian Blue

📋 copy color: '#032B60'

red 3 ◦ green 43 ◦ blue 96

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

Shades of Prussian Blue #032B60

Tints of Prussian Blue #032B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 67.61%

R = 2.11%
G = 30.28%
B = 67.61%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#032B60 (or 0x032B60) is known color: Prussian Blue. HEX triplet: 03, 2B and 60. RGB value is (3,43,96). Sum of RGB (Red+Green+Blue) = 3+43+96=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #032B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B60 is #FCD49F. Grayscale: #242424. Windows color (decimal): -16569504 or 6302467. OLE color: 6302467.

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

Color convert

RGB 3 43 96 -
CMYK 0.97 0.55 0 0.62
HSL 214.19º 0.94% 0.19% -
HSV(B) 214.19º 0.97% 0.38% -
XYZ 3.01 2.59 11.41 -
YUV 37.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 3 43 96 0.97 0.55 0 0.62 214.19 0.94 0.19
Hex 3 2B 60 61 37 0 3E D6 5E 13
Octal 3 53 140 141 67 0 76 326 136 23
Binary 11 101011 1100000 1100001 110111 0 111110 11010110 1011110 10011

Color Harmonies of #032B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B60

Black with #032B60

Text Example


Text Example

White with #032B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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