#003594

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

Shades of Smalt #003594

Tints of Smalt #003594

Color information

#003594 (or 0x003594) is unknown color: approx Smalt. HEX triplet: 00, 35 and 94. RGB value is (0,53,148). Sum of RGB (Red+Green+Blue) = 0+53+148=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #003594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003594 is #FFCA6B. Grayscale: #2F2F2F. Windows color (decimal): -16763500 or 9712896. OLE color: 9712896.

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

Color convert

RGB053148-
CMYK10.6400.42
HSL218.51º100%29.02%-
HSV(B)218.51º100%58.04%-
XYZ6.624.6828.57-
YUV47.98184.4493.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 148 (58.20% from 255) = 73.63%
R=0%
G=26.37%
B=73.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal05314810.6400.42218.5110029.02
Hex03594644002Adb641d
Octal06522414410005233314435
Binary01101011001010011001001000000010101011011011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003594; }

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

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

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

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

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

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

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

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