#063384

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

Shades of Smalt #063384

Tints of Smalt #063384

Color information

#063384 (or 0x063384) is unknown color: approx Smalt. HEX triplet: 06, 33 and 84. RGB value is (6,51,132). Sum of RGB (Red+Green+Blue) = 6+51+132=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 132 (51.95% from 255 or 69.84% from 189); Max value from RGB is 132 - color contains mainly: blue. Hex color #063384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063384 is #F9CC7B. Grayscale: #2E2E2E. Windows color (decimal): -16370812 or 8663814. OLE color: 8663814.

HSL color Cylindrical-coordinate representation of color #063384: hue angle of 218.57º 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 #063384 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB651132-
CMYK0.950.6100.48
HSL218.57º91.3%27.06%-
HSV(B)218.57º95.45%51.76%-
XYZ5.424.0722.33-
YUV46.78176.0998.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 132 (51.95% from 255) = 69.84%
R=3.17%
G=26.98%
B=69.84%

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
Decimal6511320.950.6100.48218.5791.327.06
Hex633845F3D030db5b1b
Octal6632041377506033313333
Binary110110011100001001011111111101011000011011011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063384; }

 p { color: rgb(6,51,132); }

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

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

 a { background-color: rgb(6,51,132); }

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

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

 span { border-color: rgb(6,51,132); }

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