#003D9C

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

Shades of Smalt #003D9C

Tints of Smalt #003D9C

Color information

#003D9C (or 0x003D9C) is unknown color: approx Smalt. HEX triplet: 00, 3D and 9C. RGB value is (0,61,156). Sum of RGB (Red+Green+Blue) = 0+61+156=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 156 (61.33% from 255 or 71.89% from 217); Max value from RGB is 156 - color contains mainly: blue. Hex color #003D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D9C is #FFC263. Grayscale: #353535. Windows color (decimal): -16761444 or 10239232. OLE color: 10239232.

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

Color convert

RGB061156-
CMYK10.6100.39
HSL216.54º100%30.59%-
HSV(B)216.54º100%61.18%-
XYZ7.675.7432.16-
YUV53.59185.7989.78-

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.11%
BLUE value IS 156 (61.33% from 255) = 71.89%
R=0%
G=28.11%
B=71.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal06115610.6100.39216.5410030.59
Hex03D9C643D027d9641f
Octal0752341447504733114437
Binary0111101100111001100100111101010011111011001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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