#003C8B

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

Shades of Smalt #003C8B

Tints of Smalt #003C8B

Color information

#003C8B (or 0x003C8B) is unknown color: approx Smalt. HEX triplet: 00, 3C and 8B. RGB value is (0,60,139). Sum of RGB (Red+Green+Blue) = 0+60+139=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #003C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C8B is #FFC374. Grayscale: #323232. Windows color (decimal): -16761717 or 9124864. OLE color: 9124864.

HSL color Cylindrical-coordinate representation of color #003C8B: hue angle of 214.1º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C8B is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB060139-
CMYK10.5700.45
HSL214.1º100%27.25%-
HSV(B)214.1º100%54.51%-
XYZ6.285.125.08-
YUV51.07177.6291.58-

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) = 30.15%
BLUE value IS 139 (54.69% from 255) = 69.85%
R=0%
G=30.15%
B=69.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal06013910.5700.45214.110027.25
Hex03C8B643902Dd6641b
Octal0742131447105532614433
Binary0111100100010111100100111001010110111010110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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