Html Css Color HEX #032B50 Prussian Blue

📋 copy color: '#032B50'

red 3 ◦ green 43 ◦ blue 80

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

Shades of Prussian Blue #032B50

Tints of Prussian Blue #032B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 63.49%

R = 2.38%
G = 34.13%
B = 63.49%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#032B50 (or 0x032B50) is known color: Prussian Blue. HEX triplet: 03, 2B and 50. RGB value is (3,43,80). Sum of RGB (Red+Green+Blue) = 3+43+80=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #032B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B50 is #FCD4AF. Grayscale: #232323. Windows color (decimal): -16569520 or 5253891. OLE color: 5253891.

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

Color convert

RGB 3 43 80 -
CMYK 0.96 0.46 0 0.69
HSL 208.83º 0.93% 0.16% -
HSV(B) 208.83º 0.96% 0.31% -
XYZ 2.35 2.33 7.91 -
YUV 35.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 3 43 80 0.96 0.46 0 0.69 208.83 0.93 0.16
Hex 3 2B 50 60 2E 0 45 D1 5D 10
Octal 3 53 120 140 56 0 105 321 135 20
Binary 11 101011 1010000 1100000 101110 0 1000101 11010001 1011101 10000

Color Harmonies of #032B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B50

Black with #032B50

Text Example


Text Example

White with #032B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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