#003A95

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

Shades of Smalt #003A95

Tints of Smalt #003A95

Color information

#003A95 (or 0x003A95) is unknown color: approx Smalt. HEX triplet: 00, 3A and 95. RGB value is (0,58,149). Sum of RGB (Red+Green+Blue) = 0+58+149=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #003A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003A95 is #FFC56A. Grayscale: #323232. Windows color (decimal): -16762219 or 9779712. OLE color: 9779712.

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

Color convert

RGB058149-
CMYK10.6100.42
HSL216.64º100%29.22%-
HSV(B)216.64º100%58.43%-
XYZ6.945.229.07-
YUV51.03183.2891.6-

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) = 28.02%
BLUE value IS 149 (58.59% from 255) = 71.98%
R=0%
G=28.02%
B=71.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal05814910.6100.42216.6410029.22
Hex03A95643D02Ad9641d
Octal0722251447505233114435
Binary0111010100101011100100111101010101011011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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