Html Css Color HEX #032E83 Smalt

📋 copy color: '#032E83'

red 3 ◦ green 46 ◦ blue 131

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

Shades of Smalt #032E83

Tints of Smalt #032E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 72.78%

R = 1.67%
G = 25.56%
B = 72.78%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#032E83 (or 0x032E83) is known color: Smalt. HEX triplet: 03, 2E and 83. RGB value is (3,46,131). Sum of RGB (Red+Green+Blue) = 3+46+131=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 131 (51.56% from 255 or 72.78% from 180); Max value from RGB is 131 - color contains mainly: blue. Hex color #032E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032E83 is #FCD17C. Grayscale: #2A2A2A. Windows color (decimal): -16568701 or 8596995. OLE color: 8596995.

HSL color Cylindrical-coordinate representation of color #032E83: hue angle of 219.84º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032E83 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 46 131 -
CMYK 0.98 0.65 0 0.49
HSL 219.84º 0.96% 0.26% -
HSV(B) 219.84º 0.98% 0.51% -
XYZ 5.11 3.61 21.9 -
YUV 42.83 177.75 99.59 -
System Red Green Blue C M Y K H S L
Decimal 3 46 131 0.98 0.65 0 0.49 219.84 0.96 0.26
Hex 3 2E 83 62 41 0 31 DC 60 1A
Octal 3 56 203 142 101 0 61 334 140 32
Binary 11 101110 10000011 1100010 1000001 0 110001 11011100 1100000 11010

Color Harmonies of #032E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E83

Black with #032E83

Text Example


Text Example

White with #032E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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