#003a8e

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

Shades of Smalt #003A8E

Tints of Smalt #003A8E

Color information

#003A8E (or 0x003A8E) is unknown color: approx Smalt. HEX triplet: 00, 3A and 8E. RGB value is (0,58,142). Sum of RGB (Red+Green+Blue) = 0+58+142=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #003A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003A8E is #FFC571. Grayscale: #313131. Windows color (decimal): -16762226 or 9320960. OLE color: 9320960.

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

Color convert

RGB058142-
CMYK10.5900.44
HSL215.49º100%27.84%-
HSV(B)215.49º100%55.69%-
XYZ6.44.9826.22-
YUV50.23179.7892.17-

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) = 29%
BLUE value IS 142 (55.86% from 255) = 71%
R=0%
G=29%
B=71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal05814210.5900.44215.4910027.84
Hex03A8E643B02Cd7641c
Octal0722161447305432714434
Binary0111010100011101100100111011010110011010111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003a8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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