#003C95

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

Shades of Smalt #003C95

Tints of Smalt #003C95

Color information

#003C95 (or 0x003C95) is unknown color: approx Smalt. HEX triplet: 00, 3C and 95. RGB value is (0,60,149). Sum of RGB (Red+Green+Blue) = 0+60+149=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #003C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C95 is #FFC36A. Grayscale: #333333. Windows color (decimal): -16761707 or 9780224. OLE color: 9780224.

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

Color convert

RGB060149-
CMYK10.6000.42
HSL215.84º100%29.22%-
HSV(B)215.84º100%58.43%-
XYZ7.045.429.11-
YUV52.21182.6290.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 149 (58.59% from 255) = 71.29%
R=0%
G=28.71%
B=71.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal06014910.6000.42215.8410029.22
Hex03C95643C02Ad8641d
Octal0742251447405233014435
Binary0111100100101011100100111100010101011011000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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