#032A8E

Color #032A8E Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #032A8E

Tints of Smalt #032A8E

Color information

#032A8E (or 0x032A8E) is unknown color: approx Smalt. HEX triplet: 03, 2A and 8E. RGB value is (3,42,142). Sum of RGB (Red+Green+Blue) = 3+42+142=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #032A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A8E is #FCD571. Grayscale: #292929. Windows color (decimal): -16569714 or 9316867. OLE color: 9316867.

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

Color convert

RGB342142-
CMYK0.980.7000.44
HSL223.17º95.86%28.43%-
HSV(B)223.17º97.89%55.69%-
XYZ5.753.6325.99-
YUV41.74184.58100.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 142 (55.86% from 255) = 75.94%
R=1.60%
G=22.46%
B=75.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3421420.980.7000.44223.1795.8628.43
Hex32A8E624602Cdf601c
Octal35221614210605433714034
Binary111010101000111011000101000110010110011011111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,42,142); }

 H1.HeaderClassName
 {
   color: #032A8E;
 }
 .AnyTagClassName
 {
   color: #032A8E;
 }
</style>
background-color css

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

 a { background-color: rgb(3,42,142); }

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

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

 span { border-color: rgb(3,42,142); }

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