#003995

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

Shades of Smalt #003995

Tints of Smalt #003995

Color information

#003995 (or 0x003995) is unknown color: approx Smalt. HEX triplet: 00, 39 and 95. RGB value is (0,57,149). Sum of RGB (Red+Green+Blue) = 0+57+149=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #003995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003995 is #FFC66A. Grayscale: #323232. Windows color (decimal): -16762475 or 9779456. OLE color: 9779456.

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

Color convert

RGB057149-
CMYK10.6200.42
HSL217.05º100%29.22%-
HSV(B)217.05º100%58.43%-
XYZ6.895.129.05-
YUV50.44183.6292.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 149 (58.59% from 255) = 72.33%
R=0%
G=27.67%
B=72.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal05714910.6200.42217.0510029.22
Hex03995643E02Ad9641d
Octal0712251447605233114435
Binary0111001100101011100100111110010101011011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003995; }

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

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

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

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

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

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

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

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