Html Css Color HEX #032093 Smalt

📋 copy color: '#032093'

red 3 ◦ green 32 ◦ blue 147

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

Shades of Smalt #032093

Tints of Smalt #032093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

 BLUE value IS 147 (57.81% from 255) = 80.77%

R = 1.65%
G = 17.58%
B = 80.77%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#032093 (or 0x032093) is known color: Smalt. HEX triplet: 03, 20 and 93. RGB value is (3,32,147). Sum of RGB (Red+Green+Blue) = 3+32+147=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 147 (57.81% from 255 or 80.77% from 182); Max value from RGB is 147 - color contains mainly: blue. Hex color #032093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032093 is #FCDF6C. Grayscale: #232323. Windows color (decimal): -16572269 or 9641987. OLE color: 9641987.

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

Color convert

RGB 3 32 147 -
CMYK 0.98 0.78 0 0.42
HSL 227.92º 0.96% 0.29% -
HSV(B) 227.92º 0.98% 0.58% -
XYZ 5.82 3.16 27.91 -
YUV 36.44 190.39 104.15 -
System Red Green Blue C M Y K H S L
Decimal 3 32 147 0.98 0.78 0 0.42 227.92 0.96 0.29
Hex 3 20 93 62 4E 0 2A E4 60 1D
Octal 3 40 223 142 116 0 52 344 140 35
Binary 11 100000 10010011 1100010 1001110 0 101010 11100100 1100000 11101

Color Harmonies of #032093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032093

Black with #032093

Text Example


Text Example

White with #032093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032093; }

 p { color: rgb(3,32,147); }

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

background-color css

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

 a { background-color: rgb(3,32,147); }

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

border-color css

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

 span { border-color: rgb(3,32,147); }

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