#003591

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

Shades of Smalt #003591

Tints of Smalt #003591

Color information

#003591 (or 0x003591) is unknown color: approx Smalt. HEX triplet: 00, 35 and 91. RGB value is (0,53,145). Sum of RGB (Red+Green+Blue) = 0+53+145=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #003591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003591 is #FFCA6E. Grayscale: #2F2F2F. Windows color (decimal): -16763503 or 9516288. OLE color: 9516288.

HSL color Cylindrical-coordinate representation of color #003591: hue angle of 218.07º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003591 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB053145-
CMYK10.6300.43
HSL218.07º100%28.43%-
HSV(B)218.07º100%56.86%-
XYZ6.384.5927.34-
YUV47.64182.9494.02-

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.77%
BLUE value IS 145 (57.03% from 255) = 73.23%
R=0%
G=26.77%
B=73.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal05314510.6300.43218.0710028.43
Hex03591643F02Bda641c
Octal0652211447705333214434
Binary0110101100100011100100111111010101111011010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003591; }

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

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

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

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

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

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

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

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