#003D99

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

Shades of Smalt #003D99

Tints of Smalt #003D99

Color information

#003D99 (or 0x003D99) is unknown color: approx Smalt. HEX triplet: 00, 3D and 99. RGB value is (0,61,153). Sum of RGB (Red+Green+Blue) = 0+61+153=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #003D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D99 is #FFC266. Grayscale: #343434. Windows color (decimal): -16761447 or 10042624. OLE color: 10042624.

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

Color convert

RGB061153-
CMYK10.6000.4
HSL216.08º100%30%-
HSV(B)216.08º100%60%-
XYZ7.425.6430.83-
YUV53.25184.2990.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 28.50%
BLUE value IS 153 (60.16% from 255) = 71.50%
R=0%
G=28.50%
B=71.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal06115310.6000.4216.0810030
Hex03D99643C028d8641e
Octal0752311447405033014436
Binary0111101100110011100100111100010100011011000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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