Html Css Color HEX #032593 Smalt

📋 copy color: '#032593'

red 3 ◦ green 37 ◦ blue 147

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

Shades of Smalt #032593

Tints of Smalt #032593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

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

R = 1.6%
G = 19.79%
B = 78.61%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#032593 (or 0x032593) is known color: Smalt. HEX triplet: 03, 25 and 93. RGB value is (3,37,147). Sum of RGB (Red+Green+Blue) = 3+37+147=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #032593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032593 is #FCDA6C. Grayscale: #262626. Windows color (decimal): -16570989 or 9643267. OLE color: 9643267.

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

Color convert

RGB 3 37 147 -
CMYK 0.98 0.75 0 0.42
HSL 225.83º 0.96% 0.29% -
HSV(B) 225.83º 0.98% 0.58% -
XYZ 5.97 3.45 27.96 -
YUV 39.37 188.74 102.06 -
System Red Green Blue C M Y K H S L
Decimal 3 37 147 0.98 0.75 0 0.42 225.83 0.96 0.29
Hex 3 25 93 62 4B 0 2A E2 60 1D
Octal 3 45 223 142 113 0 52 342 140 35
Binary 11 100101 10010011 1100010 1001011 0 101010 11100010 1100000 11101

Color Harmonies of #032593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032593

Black with #032593

Text Example


Text Example

White with #032593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032593; }

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

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

background-color css

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

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

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

border-color css

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

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

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