Html Css Color HEX #032C94 Smalt

📋 copy color: '#032C94'

red 3 ◦ green 44 ◦ blue 148

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

Shades of Smalt #032C94

Tints of Smalt #032C94

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.56%

 BLUE value IS 148 (58.2% from 255) = 75.9%

R = 1.54%
G = 22.56%
B = 75.9%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#032C94 (or 0x032C94) is known color: Smalt. HEX triplet: 03, 2C and 94. RGB value is (3,44,148). Sum of RGB (Red+Green+Blue) = 3+44+148=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 148 (58.20% from 255 or 75.90% from 195); Max value from RGB is 148 - color contains mainly: blue. Hex color #032C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032C94 is #FCD36B. Grayscale: #2B2B2B. Windows color (decimal): -16569196 or 9710595. OLE color: 9710595.

HSL color Cylindrical-coordinate representation of color #032C94: hue angle of 223.03º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032C94 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 44 148 -
CMYK 0.98 0.70 0 0.42
HSL 223.03º 0.96% 0.3% -
HSV(B) 223.03º 0.98% 0.58% -
XYZ 6.28 3.96 28.45 -
YUV 43.6 186.92 99.04 -
System Red Green Blue C M Y K H S L
Decimal 3 44 148 0.98 0.70 0 0.42 223.03 0.96 0.3
Hex 3 2C 94 62 46 0 2A DF 60 1E
Octal 3 54 224 142 106 0 52 337 140 36
Binary 11 101100 10010100 1100010 1000110 0 101010 11011111 1100000 11110

Color Harmonies of #032C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C94

Black with #032C94

Text Example


Text Example

White with #032C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,44,148); }

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

background-color css

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

 a { background-color: rgb(3,44,148); }

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

border-color css

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

 span { border-color: rgb(3,44,148); }

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