Html Css Color HEX #032893 Smalt

📋 copy color: '#032893'

red 3 ◦ green 40 ◦ blue 147

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

Shades of Smalt #032893

Tints of Smalt #032893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.05%

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

R = 1.58%
G = 21.05%
B = 77.37%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#032893 (or 0x032893) is known color: Smalt. HEX triplet: 03, 28 and 93. RGB value is (3,40,147). Sum of RGB (Red+Green+Blue) = 3+40+147=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #032893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032893 is #FCD76C. Grayscale: #282828. Windows color (decimal): -16570221 or 9644035. OLE color: 9644035.

HSL color Cylindrical-coordinate representation of color #032893: hue angle of 224.58º 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 #032893 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 40 147 -
CMYK 0.98 0.73 0 0.42
HSL 224.58º 0.96% 0.29% -
HSV(B) 224.58º 0.98% 0.58% -
XYZ 6.06 3.64 27.99 -
YUV 41.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 3 40 147 0.98 0.73 0 0.42 224.58 0.96 0.29
Hex 3 28 93 62 49 0 2A E1 60 1D
Octal 3 50 223 142 111 0 52 341 140 35
Binary 11 101000 10010011 1100010 1001001 0 101010 11100001 1100000 11101

Color Harmonies of #032893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032893

Black with #032893

Text Example


Text Example

White with #032893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032893; }

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

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

background-color css

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

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

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

border-color css

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

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

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