#063485

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

Shades of Smalt #063485

Tints of Smalt #063485

Color information

#063485 (or 0x063485) is unknown color: approx Smalt. HEX triplet: 06, 34 and 85. RGB value is (6,52,133). Sum of RGB (Red+Green+Blue) = 6+52+133=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #063485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063485 is #F9CB7A. Grayscale: #2F2F2F. Windows color (decimal): -16370555 or 8729606. OLE color: 8729606.

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

Color convert

RGB652133-
CMYK0.950.6100.48
HSL218.27º91.37%27.25%-
HSV(B)218.27º95.49%52.16%-
XYZ5.544.1922.71-
YUV47.48176.2698.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.14%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 133 (52.34% from 255) = 69.63%
R=3.14%
G=27.23%
B=69.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6521330.950.6100.48218.2791.3727.25
Hex634855F3D030da5b1b
Octal6642051377506033213333
Binary110110100100001011011111111101011000011011010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063485; }

 p { color: rgb(6,52,133); }

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

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

 a { background-color: rgb(6,52,133); }

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

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

 span { border-color: rgb(6,52,133); }

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