Html Css Color HEX #032883 Smalt

📋 copy color: '#032883'

red 3 ◦ green 40 ◦ blue 131

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

Shades of Smalt #032883

Tints of Smalt #032883

RGB

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

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

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

R = 1.72%
G = 22.99%
B = 75.29%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#032883 (or 0x032883) is known color: Smalt. HEX triplet: 03, 28 and 83. RGB value is (3,40,131). Sum of RGB (Red+Green+Blue) = 3+40+131=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 131 (51.56% from 255 or 75.29% from 174); Max value from RGB is 131 - color contains mainly: blue. Hex color #032883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032883 is #FCD77C. Grayscale: #262626. Windows color (decimal): -16570237 or 8595459. OLE color: 8595459.

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

Color convert

RGB 3 40 131 -
CMYK 0.98 0.69 0 0.49
HSL 222.66º 0.96% 0.26% -
HSV(B) 222.66º 0.98% 0.51% -
XYZ 4.89 3.18 21.83 -
YUV 39.31 179.74 102.1 -
System Red Green Blue C M Y K H S L
Decimal 3 40 131 0.98 0.69 0 0.49 222.66 0.96 0.26
Hex 3 28 83 62 45 0 31 DF 60 1A
Octal 3 50 203 142 105 0 61 337 140 32
Binary 11 101000 10000011 1100010 1000101 0 110001 11011111 1100000 11010

Color Harmonies of #032883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032883

Black with #032883

Text Example


Text Example

White with #032883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032883; }

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

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

background-color css

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

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

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

border-color css

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

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

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