#063586

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

Shades of Smalt #063586

Tints of Smalt #063586

Color information

#063586 (or 0x063586) is unknown color: approx Smalt. HEX triplet: 06, 35 and 86. RGB value is (6,53,134). Sum of RGB (Red+Green+Blue) = 6+53+134=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 134 (52.73% from 255 or 69.43% from 193); Max value from RGB is 134 - color contains mainly: blue. Hex color #063586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063586 is #F9CA79. Grayscale: #2F2F2F. Windows color (decimal): -16370298 or 8795398. OLE color: 8795398.

HSL color Cylindrical-coordinate representation of color #063586: hue angle of 217.97º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063586 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB653134-
CMYK0.960.6000.47
HSL217.97º91.43%27.45%-
HSV(B)217.97º95.52%52.55%-
XYZ5.654.3123.09-
YUV48.18176.4397.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 134 (52.73% from 255) = 69.43%
R=3.11%
G=27.46%
B=69.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6531340.960.6000.47217.9791.4327.45
Hex63586603C02Fda5b1b
Octal6652061407405733213333
Binary110110101100001101100000111100010111111011010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063586; }

 p { color: rgb(6,53,134); }

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

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

 a { background-color: rgb(6,53,134); }

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

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

 span { border-color: rgb(6,53,134); }

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