#063282

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

Shades of Smalt #063282

Tints of Smalt #063282

Color information

#063282 (or 0x063282) is unknown color: approx Smalt. HEX triplet: 06, 32 and 82. RGB value is (6,50,130). Sum of RGB (Red+Green+Blue) = 6+50+130=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #063282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063282 is #F9CD7D. Grayscale: #2D2D2D. Windows color (decimal): -16371070 or 8532486. OLE color: 8532486.

HSL color Cylindrical-coordinate representation of color #063282: hue angle of 218.71º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063282 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB650130-
CMYK0.950.6200.49
HSL218.71º91.18%26.67%-
HSV(B)218.71º95.38%50.98%-
XYZ5.243.9321.6-
YUV45.96175.4299.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.23%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 130 (51.17% from 255) = 69.89%
R=3.23%
G=26.88%
B=69.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6501300.950.6200.49218.7191.1826.67
Hex632825F3E031db5b1b
Octal6622021377606133313333
Binary110110010100000101011111111110011000111011011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063282; }

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

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

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

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

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

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

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

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