Html Css Color HEX #032495 Smalt

📋 copy color: '#032495'

red 3 ◦ green 36 ◦ blue 149

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

Shades of Smalt #032495

Tints of Smalt #032495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

 BLUE value IS 149 (58.59% from 255) = 79.26%

R = 1.6%
G = 19.15%
B = 79.26%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#032495 (or 0x032495) is known color: Smalt. HEX triplet: 03, 24 and 95. RGB value is (3,36,149). Sum of RGB (Red+Green+Blue) = 3+36+149=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #032495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032495 is #FCDB6A. Grayscale: #262626. Windows color (decimal): -16571243 or 9774083. OLE color: 9774083.

HSL color Cylindrical-coordinate representation of color #032495: hue angle of 226.44º 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 #032495 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 36 149 -
CMYK 0.98 0.76 0 0.42
HSL 226.44º 0.96% 0.3% -
HSV(B) 226.44º 0.98% 0.58% -
XYZ 6.09 3.45 28.78 -
YUV 39.02 190.07 102.31 -
System Red Green Blue C M Y K H S L
Decimal 3 36 149 0.98 0.76 0 0.42 226.44 0.96 0.3
Hex 3 24 95 62 4C 0 2A E2 60 1E
Octal 3 44 225 142 114 0 52 342 140 36
Binary 11 100100 10010101 1100010 1001100 0 101010 11100010 1100000 11110

Color Harmonies of #032495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032495

Black with #032495

Text Example


Text Example

White with #032495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032495; }

 p { color: rgb(3,36,149); }

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

background-color css

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

 a { background-color: rgb(3,36,149); }

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

border-color css

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

 span { border-color: rgb(3,36,149); }

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