Html Css Color HEX #032D98 Smalt

📋 copy color: '#032D98'

red 3 ◦ green 45 ◦ blue 152

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

Shades of Smalt #032D98

Tints of Smalt #032D98

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.5%

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

R = 1.5%
G = 22.5%
B = 76%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#032D98 (or 0x032D98) is known color: Smalt. HEX triplet: 03, 2D and 98. RGB value is (3,45,152). Sum of RGB (Red+Green+Blue) = 3+45+152=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 152 (59.77% from 255 or 76% from 200); Max value from RGB is 152 - color contains mainly: blue. Hex color #032D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032D98 is #FCD267. Grayscale: #2C2C2C. Windows color (decimal): -16568936 or 9972995. OLE color: 9972995.

HSL color Cylindrical-coordinate representation of color #032D98: hue angle of 223.09º 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 #032D98 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 45 152 -
CMYK 0.98 0.70 0 0.40
HSL 223.09º 0.96% 0.3% -
HSV(B) 223.09º 0.98% 0.6% -
XYZ 6.64 4.16 30.16 -
YUV 44.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 3 45 152 0.98 0.70 0 0.40 223.09 0.96 0.3
Hex 3 2D 98 62 46 0 28 DF 60 1E
Octal 3 55 230 142 106 0 50 337 140 36
Binary 11 101101 10011000 1100010 1000110 0 101000 11011111 1100000 11110

Color Harmonies of #032D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032D98

Black with #032D98

Text Example


Text Example

White with #032D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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