Html Css Color HEX #032E91 Smalt

📋 copy color: '#032E91'

red 3 ◦ green 46 ◦ blue 145

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

Shades of Smalt #032E91

Tints of Smalt #032E91

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.71%

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

R = 1.55%
G = 23.71%
B = 74.74%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#032E91 (or 0x032E91) is known color: Smalt. HEX triplet: 03, 2E and 91. RGB value is (3,46,145). Sum of RGB (Red+Green+Blue) = 3+46+145=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #032E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032E91 is #FCD16E. Grayscale: #2B2B2B. Windows color (decimal): -16568687 or 9514499. OLE color: 9514499.

HSL color Cylindrical-coordinate representation of color #032E91: hue angle of 221.83º 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 #032E91 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 46 145 -
CMYK 0.98 0.68 0 0.43
HSL 221.83º 0.96% 0.29% -
HSV(B) 221.83º 0.98% 0.57% -
XYZ 6.13 4.02 27.24 -
YUV 44.43 184.75 98.45 -
System Red Green Blue C M Y K H S L
Decimal 3 46 145 0.98 0.68 0 0.43 221.83 0.96 0.29
Hex 3 2E 91 62 44 0 2B DE 60 1D
Octal 3 56 221 142 104 0 53 336 140 35
Binary 11 101110 10010001 1100010 1000100 0 101011 11011110 1100000 11101

Color Harmonies of #032E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E91

Black with #032E91

Text Example


Text Example

White with #032E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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