#003CA0

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

Shades of Smalt #003CA0

Tints of Smalt #003CA0

Color information

#003CA0 (or 0x003CA0) is unknown color: approx Smalt. HEX triplet: 00, 3C and A0. RGB value is (0,60,160). Sum of RGB (Red+Green+Blue) = 0+60+160=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 160 (62.89% from 255 or 72.73% from 220); Max value from RGB is 160 - color contains mainly: blue. Hex color #003CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003CA0 is #FFC35F. Grayscale: #353535. Windows color (decimal): -16761696 or 10501120. OLE color: 10501120.

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

Color convert

RGB060160-
CMYK10.6200.37
HSL217.5º100%31.37%-
HSV(B)217.5º100%62.75%-
XYZ7.965.7733.95-
YUV53.46188.1289.87-

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.27%
BLUE value IS 160 (62.89% from 255) = 72.73%
R=0%
G=27.27%
B=72.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal06016010.6200.37217.510031.37
Hex03CA0643E025da641f
Octal0742401447604533214437
Binary0111100101000001100100111110010010111011010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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