#003C99

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

Shades of Smalt #003C99

Tints of Smalt #003C99

Color information

#003C99 (or 0x003C99) is unknown color: approx Smalt. HEX triplet: 00, 3C and 99. RGB value is (0,60,153). Sum of RGB (Red+Green+Blue) = 0+60+153=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #003C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C99 is #FFC366. Grayscale: #343434. Windows color (decimal): -16761703 or 10042368. OLE color: 10042368.

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

Color convert

RGB060153-
CMYK10.6100.4
HSL216.47º100%30%-
HSV(B)216.47º100%60%-
XYZ7.375.5330.82-
YUV52.66184.6290.44-

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.17%
BLUE value IS 153 (60.16% from 255) = 71.83%
R=0%
G=28.17%
B=71.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal06015310.6100.4216.4710030
Hex03C99643D028d8641e
Octal0742311447505033014436
Binary0111100100110011100100111101010100011011000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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