Html Css Color HEX #032D91 Smalt

📋 copy color: '#032D91'

red 3 ◦ green 45 ◦ blue 145

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

Shades of Smalt #032D91

Tints of Smalt #032D91

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.32%

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

R = 1.55%
G = 23.32%
B = 75.13%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#032D91 (or 0x032D91) is known color: Smalt. HEX triplet: 03, 2D and 91. RGB value is (3,45,145). Sum of RGB (Red+Green+Blue) = 3+45+145=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #032D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032D91 is #FCD26E. Grayscale: #2B2B2B. Windows color (decimal): -16568943 or 9514243. OLE color: 9514243.

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

Color convert

RGB 3 45 145 -
CMYK 0.98 0.69 0 0.43
HSL 222.25º 0.96% 0.29% -
HSV(B) 222.25º 0.98% 0.57% -
XYZ 6.09 3.94 27.23 -
YUV 43.84 185.09 98.87 -
System Red Green Blue C M Y K H S L
Decimal 3 45 145 0.98 0.69 0 0.43 222.25 0.96 0.29
Hex 3 2D 91 62 45 0 2B DE 60 1D
Octal 3 55 221 142 105 0 53 336 140 35
Binary 11 101101 10010001 1100010 1000101 0 101011 11011110 1100000 11101

Color Harmonies of #032D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032D91

Black with #032D91

Text Example


Text Example

White with #032D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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