Html Css Color HEX #032999 Smalt

📋 copy color: '#032999'

red 3 ◦ green 41 ◦ blue 153

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

Shades of Smalt #032999

Tints of Smalt #032999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.81%

 BLUE value IS 153 (60.16% from 255) = 77.66%

R = 1.52%
G = 20.81%
B = 77.66%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#032999 (or 0x032999) is known color: Smalt. HEX triplet: 03, 29 and 99. RGB value is (3,41,153). Sum of RGB (Red+Green+Blue) = 3+41+153=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 153 (60.16% from 255 or 77.66% from 197); Max value from RGB is 153 - color contains mainly: blue. Hex color #032999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032999 is #FCD666. Grayscale: #292929. Windows color (decimal): -16569959 or 10037507. OLE color: 10037507.

HSL color Cylindrical-coordinate representation of color #032999: hue angle of 224.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032999 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 41 153 -
CMYK 0.98 0.73 0 0.4
HSL 224.8º 0.96% 0.31% -
HSV(B) 224.8º 0.98% 0.6% -
XYZ 6.58 3.91 30.54 -
YUV 42.41 190.41 99.89 -
System Red Green Blue C M Y K H S L
Decimal 3 41 153 0.98 0.73 0 0.4 224.8 0.96 0.31
Hex 3 29 99 62 49 0 28 E1 60 1F
Octal 3 51 231 142 111 0 50 341 140 37
Binary 11 101001 10011001 1100010 1001001 0 101000 11100001 1100000 11111

Color Harmonies of #032999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032999

Black with #032999

Text Example


Text Example

White with #032999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032999; }

 p { color: rgb(3,41,153); }

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

background-color css

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

 a { background-color: rgb(3,41,153); }

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

border-color css

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

 span { border-color: rgb(3,41,153); }

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