Html Css Color HEX #032C89 Smalt

📋 copy color: '#032C89'

red 3 ◦ green 44 ◦ blue 137

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

Shades of Smalt #032C89

Tints of Smalt #032C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 74.46%

R = 1.63%
G = 23.91%
B = 74.46%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#032C89 (or 0x032C89) is known color: Smalt. HEX triplet: 03, 2C and 89. RGB value is (3,44,137). Sum of RGB (Red+Green+Blue) = 3+44+137=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 137 (53.91% from 255 or 74.46% from 184); Max value from RGB is 137 - color contains mainly: blue. Hex color #032C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032C89 is #FCD376. Grayscale: #292929. Windows color (decimal): -16569207 or 8989699. OLE color: 8989699.

HSL color Cylindrical-coordinate representation of color #032C89: hue angle of 221.64º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032C89 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 44 137 -
CMYK 0.98 0.68 0 0.46
HSL 221.64º 0.96% 0.27% -
HSV(B) 221.64º 0.98% 0.54% -
XYZ 5.45 3.63 24.08 -
YUV 42.34 181.42 99.94 -
System Red Green Blue C M Y K H S L
Decimal 3 44 137 0.98 0.68 0 0.46 221.64 0.96 0.27
Hex 3 2C 89 62 44 0 2E DE 60 1B
Octal 3 54 211 142 104 0 56 336 140 33
Binary 11 101100 10001001 1100010 1000100 0 101110 11011110 1100000 11011

Color Harmonies of #032C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C89

Black with #032C89

Text Example


Text Example

White with #032C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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