#003A99

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

Shades of Smalt #003A99

Tints of Smalt #003A99

Color information

#003A99 (or 0x003A99) is unknown color: approx Smalt. HEX triplet: 00, 3A and 99. RGB value is (0,58,153). Sum of RGB (Red+Green+Blue) = 0+58+153=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #003A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003A99 is #FFC566. Grayscale: #333333. Windows color (decimal): -16762215 or 10041856. OLE color: 10041856.

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

Color convert

RGB058153-
CMYK10.6200.4
HSL217.25º100%30%-
HSV(B)217.25º100%60%-
XYZ7.265.3330.78-
YUV51.49185.2891.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 153 (60.16% from 255) = 72.51%
R=0%
G=27.49%
B=72.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal05815310.6200.4217.2510030
Hex03A99643E028d9641e
Octal0722311447605033114436
Binary0111010100110011100100111110010100011011001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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