#003494

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

Shades of Smalt #003494

Tints of Smalt #003494

Color information

#003494 (or 0x003494) is unknown color: approx Smalt. HEX triplet: 00, 34 and 94. RGB value is (0,52,148). Sum of RGB (Red+Green+Blue) = 0+52+148=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #003494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003494 is #FFCB6B. Grayscale: #2E2E2E. Windows color (decimal): -16763756 or 9712640. OLE color: 9712640.

HSL color Cylindrical-coordinate representation of color #003494: hue angle of 218.92º 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 #003494 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB052148-
CMYK10.6500.42
HSL218.92º100%29.02%-
HSV(B)218.92º100%58.04%-
XYZ6.574.5928.56-
YUV47.4184.7794.19-

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%
BLUE value IS 148 (58.20% from 255) = 74%
R=0%
G=26%
B=74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal05214810.6500.42218.9210029.02
Hex03494644102Adb641d
Octal06422414410105233314435
Binary01101001001010011001001000001010101011011011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003494; }

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

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

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

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

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

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

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

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