Html Css Color HEX #032998 Smalt

📋 copy color: '#032998'

red 3 ◦ green 41 ◦ blue 152

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

Shades of Smalt #032998

Tints of Smalt #032998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 77.55%

R = 1.53%
G = 20.92%
B = 77.55%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#032998 (or 0x032998) is known color: Smalt. HEX triplet: 03, 29 and 98. RGB value is (3,41,152). Sum of RGB (Red+Green+Blue) = 3+41+152=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 152 (59.77% from 255 or 77.55% from 196); Max value from RGB is 152 - color contains mainly: blue. Hex color #032998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032998 is #FCD667. Grayscale: #292929. Windows color (decimal): -16569960 or 9971971. OLE color: 9971971.

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

Color convert

RGB 3 41 152 -
CMYK 0.98 0.73 0 0.40
HSL 224.7º 0.96% 0.3% -
HSV(B) 224.7º 0.98% 0.6% -
XYZ 6.5 3.87 30.11 -
YUV 42.29 189.91 99.97 -
System Red Green Blue C M Y K H S L
Decimal 3 41 152 0.98 0.73 0 0.40 224.7 0.96 0.3
Hex 3 29 98 62 49 0 28 E1 60 1E
Octal 3 51 230 142 111 0 50 341 140 36
Binary 11 101001 10011000 1100010 1001001 0 101000 11100001 1100000 11110

Color Harmonies of #032998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032998

Black with #032998

Text Example


Text Example

White with #032998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032998; }

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

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

background-color css

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

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

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

border-color css

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

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

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