Html Css Color HEX #032E92 Smalt

📋 copy color: '#032E92'

red 3 ◦ green 46 ◦ blue 146

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

Shades of Smalt #032E92

Tints of Smalt #032E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 74.87%

R = 1.54%
G = 23.59%
B = 74.87%

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

#032E92 (or 0x032E92) is known color: Smalt. HEX triplet: 03, 2E and 92. RGB value is (3,46,146). Sum of RGB (Red+Green+Blue) = 3+46+146=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #032E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032E92 is #FCD16D. Grayscale: #2C2C2C. Windows color (decimal): -16568686 or 9580035. OLE color: 9580035.

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

Color convert

RGB 3 46 146 -
CMYK 0.98 0.68 0 0.43
HSL 221.96º 0.96% 0.29% -
HSV(B) 221.96º 0.98% 0.57% -
XYZ 6.2 4.05 27.65 -
YUV 44.54 185.25 98.37 -
System Red Green Blue C M Y K H S L
Decimal 3 46 146 0.98 0.68 0 0.43 221.96 0.96 0.29
Hex 3 2E 92 62 44 0 2B DE 60 1D
Octal 3 56 222 142 104 0 53 336 140 35
Binary 11 101110 10010010 1100010 1000100 0 101011 11011110 1100000 11101

Color Harmonies of #032E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E92

Black with #032E92

Text Example


Text Example

White with #032E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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