Html Css Color HEX #032291 Smalt

📋 copy color: '#032291'

red 3 ◦ green 34 ◦ blue 145

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

Shades of Smalt #032291

Tints of Smalt #032291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.68%

 BLUE value IS 145 (57.03% from 255) = 79.67%

R = 1.65%
G = 18.68%
B = 79.67%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#032291 (or 0x032291) is known color: Smalt. HEX triplet: 03, 22 and 91. RGB value is (3,34,145). Sum of RGB (Red+Green+Blue) = 3+34+145=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 145 (57.03% from 255 or 79.67% from 182); Max value from RGB is 145 - color contains mainly: blue. Hex color #032291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032291 is #FCDD6E. Grayscale: #242424. Windows color (decimal): -16571759 or 9511427. OLE color: 9511427.

HSL color Cylindrical-coordinate representation of color #032291: hue angle of 226.9º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032291 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 34 145 -
CMYK 0.98 0.77 0 0.43
HSL 226.9º 0.96% 0.29% -
HSV(B) 226.9º 0.98% 0.57% -
XYZ 5.72 3.21 27.11 -
YUV 37.39 188.73 103.47 -
System Red Green Blue C M Y K H S L
Decimal 3 34 145 0.98 0.77 0 0.43 226.9 0.96 0.29
Hex 3 22 91 62 4D 0 2B E3 60 1D
Octal 3 42 221 142 115 0 53 343 140 35
Binary 11 100010 10010001 1100010 1001101 0 101011 11100011 1100000 11101

Color Harmonies of #032291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032291

Black with #032291

Text Example


Text Example

White with #032291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032291; }

 p { color: rgb(3,34,145); }

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

background-color css

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

 a { background-color: rgb(3,34,145); }

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

border-color css

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

 span { border-color: rgb(3,34,145); }

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