#003493

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

Shades of Smalt #003493

Tints of Smalt #003493

Color information

#003493 (or 0x003493) is unknown color: approx Smalt. HEX triplet: 00, 34 and 93. RGB value is (0,52,147). Sum of RGB (Red+Green+Blue) = 0+52+147=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #003493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003493 is #FFCB6C. Grayscale: #2E2E2E. Windows color (decimal): -16763757 or 9647104. OLE color: 9647104.

HSL color Cylindrical-coordinate representation of color #003493: hue angle of 218.78º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003493 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB052147-
CMYK10.6500.42
HSL218.78º100%28.82%-
HSV(B)218.78º100%57.65%-
XYZ6.494.5628.14-
YUV47.28184.2794.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 147 (57.81% from 255) = 73.87%
R=0%
G=26.13%
B=73.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal05214710.6500.42218.7810028.82
Hex03493644102Adb641d
Octal06422314410105233314435
Binary01101001001001111001001000001010101011011011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003493; }

 p { color: rgb(0,52,147); }

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

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

 a { background-color: rgb(0,52,147); }

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

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

 span { border-color: rgb(0,52,147); }

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