#003C9D

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

Shades of Smalt #003C9D

Tints of Smalt #003C9D

Color information

#003C9D (or 0x003C9D) is unknown color: approx Smalt. HEX triplet: 00, 3C and 9D. RGB value is (0,60,157). Sum of RGB (Red+Green+Blue) = 0+60+157=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #003C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C9D is #FFC362. Grayscale: #343434. Windows color (decimal): -16761699 or 10304512. OLE color: 10304512.

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

Color convert

RGB060157-
CMYK10.6200.38
HSL217.07º100%30.78%-
HSV(B)217.07º100%61.57%-
XYZ7.75.6732.59-
YUV53.12186.6290.11-

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) = 27.65%
BLUE value IS 157 (61.72% from 255) = 72.35%
R=0%
G=27.65%
B=72.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal06015710.6200.38217.0710030.78
Hex03C9D643E026d9641f
Octal0742351447604633114437
Binary0111100100111011100100111110010011011011001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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