Html Css Color HEX #032483 Smalt

📋 copy color: '#032483'

red 3 ◦ green 36 ◦ blue 131

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

Shades of Smalt #032483

Tints of Smalt #032483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.18%

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

R = 1.76%
G = 21.18%
B = 77.06%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#032483 (or 0x032483) is known color: Smalt. HEX triplet: 03, 24 and 83. RGB value is (3,36,131). Sum of RGB (Red+Green+Blue) = 3+36+131=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 131 (51.56% from 255 or 77.06% from 170); Max value from RGB is 131 - color contains mainly: blue. Hex color #032483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032483 is #FCDB7C. Grayscale: #242424. Windows color (decimal): -16571261 or 8594435. OLE color: 8594435.

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

Color convert

RGB 3 36 131 -
CMYK 0.98 0.73 0 0.49
HSL 224.53º 0.96% 0.26% -
HSV(B) 224.53º 0.98% 0.51% -
XYZ 4.77 2.92 21.79 -
YUV 36.96 181.07 103.78 -
System Red Green Blue C M Y K H S L
Decimal 3 36 131 0.98 0.73 0 0.49 224.53 0.96 0.26
Hex 3 24 83 62 49 0 31 E1 60 1A
Octal 3 44 203 142 111 0 61 341 140 32
Binary 11 100100 10000011 1100010 1001001 0 110001 11100001 1100000 11010

Color Harmonies of #032483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032483

Black with #032483

Text Example


Text Example

White with #032483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032483; }

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

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

background-color css

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

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

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

border-color css

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

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

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