#083484

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

Shades of Smalt #083484

Tints of Smalt #083484

Color information

#083484 (or 0x083484) is unknown color: approx Smalt. HEX triplet: 08, 34 and 84. RGB value is (8,52,132). Sum of RGB (Red+Green+Blue) = 8+52+132=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #083484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083484 is #F7CB7B. Grayscale: #2F2F2F. Windows color (decimal): -16239484 or 8664072. OLE color: 8664072.

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

Color convert

RGB852132-
CMYK0.940.6100.48
HSL218.71º88.57%27.45%-
HSV(B)218.71º93.94%51.76%-
XYZ5.494.1722.35-
YUV47.96175.4299.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.17%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 132 (51.95% from 255) = 68.75%
R=4.17%
G=27.08%
B=68.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8521320.940.6100.48218.7188.5727.45
Hex834845E3D030db591b
Octal10642041367506033313133
Binary1000110100100001001011110111101011000011011011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083484; }

 p { color: rgb(8,52,132); }

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

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

 a { background-color: rgb(8,52,132); }

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

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

 span { border-color: rgb(8,52,132); }

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