#003A96

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

Shades of Smalt #003A96

Tints of Smalt #003A96

Color information

#003A96 (or 0x003A96) is unknown color: approx Smalt. HEX triplet: 00, 3A and 96. RGB value is (0,58,150). Sum of RGB (Red+Green+Blue) = 0+58+150=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 150 (58.98% from 255 or 72.12% from 208); Max value from RGB is 150 - color contains mainly: blue. Hex color #003A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003A96 is #FFC569. Grayscale: #323232. Windows color (decimal): -16762218 or 9845248. OLE color: 9845248.

HSL color Cylindrical-coordinate representation of color #003A96: hue angle of 216.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A96 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB058150-
CMYK10.6100.41
HSL216.8º100%29.41%-
HSV(B)216.8º100%58.82%-
XYZ7.025.2329.49-
YUV51.15183.7891.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 150 (58.98% from 255) = 72.12%
R=0%
G=27.88%
B=72.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal05815010.6100.41216.810029.41
Hex03A96643D029d9641d
Octal0722261447505133114435
Binary0111010100101101100100111101010100111011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A96; }

 p { color: rgb(0,58,150); }

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

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

 a { background-color: rgb(0,58,150); }

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

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

 span { border-color: rgb(0,58,150); }

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