Html Css Color HEX #032950 Prussian Blue

📋 copy color: '#032950'

red 3 ◦ green 41 ◦ blue 80

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

Shades of Prussian Blue #032950

Tints of Prussian Blue #032950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.06%

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

R = 2.42%
G = 33.06%
B = 64.52%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#032950 (or 0x032950) is known color: Prussian Blue. HEX triplet: 03, 29 and 50. RGB value is (3,41,80). Sum of RGB (Red+Green+Blue) = 3+41+80=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #032950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032950 is #FCD6AF. Grayscale: #212121. Windows color (decimal): -16570032 or 5253379. OLE color: 5253379.

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

Color convert

RGB 3 41 80 -
CMYK 0.96 0.49 0 0.69
HSL 210.39º 0.93% 0.16% -
HSV(B) 210.39º 0.96% 0.31% -
XYZ 2.28 2.18 7.89 -
YUV 34.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 3 41 80 0.96 0.49 0 0.69 210.39 0.93 0.16
Hex 3 29 50 60 31 0 45 D2 5D 10
Octal 3 51 120 140 61 0 105 322 135 20
Binary 11 101001 1010000 1100000 110001 0 1000101 11010010 1011101 10000

Color Harmonies of #032950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032950

Black with #032950

Text Example


Text Example

White with #032950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032950; }

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

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

background-color css

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

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

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

border-color css

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

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

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