#063286

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

Shades of Smalt #063286

Tints of Smalt #063286

Color information

#063286 (or 0x063286) is unknown color: approx Smalt. HEX triplet: 06, 32 and 86. RGB value is (6,50,134). Sum of RGB (Red+Green+Blue) = 6+50+134=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 134 (52.73% from 255 or 70.53% from 190); Max value from RGB is 134 - color contains mainly: blue. Hex color #063286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063286 is #F9CD79. Grayscale: #2E2E2E. Windows color (decimal): -16371066 or 8794630. OLE color: 8794630.

HSL color Cylindrical-coordinate representation of color #063286: hue angle of 219.38º 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 #063286 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB650134-
CMYK0.960.6300.47
HSL219.38º91.43%27.45%-
HSV(B)219.38º95.52%52.55%-
XYZ5.524.0423.04-
YUV46.42177.4299.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 134 (52.73% from 255) = 70.53%
R=3.16%
G=26.32%
B=70.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6501340.960.6300.47219.3891.4327.45
Hex63286603F02Fdb5b1b
Octal6622061407705733313333
Binary110110010100001101100000111111010111111011011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063286; }

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

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

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

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

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

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

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

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