#082286

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

Shades of Smalt #082286

Tints of Smalt #082286

Color information

#082286 (or 0x082286) is unknown color: approx Smalt. HEX triplet: 08, 22 and 86. RGB value is (8,34,134). Sum of RGB (Red+Green+Blue) = 8+34+134=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 134 (52.73% from 255 or 76.14% from 176); Max value from RGB is 134 - color contains mainly: blue. Hex color #082286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082286 is #F7DD79. Grayscale: #252525. Windows color (decimal): -16244090 or 8790536. OLE color: 8790536.

HSL color Cylindrical-coordinate representation of color #082286: hue angle of 227.62º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082286 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB834134-
CMYK0.940.7500.47
HSL227.62º88.73%27.84%-
HSV(B)227.62º94.03%52.55%-
XYZ4.982.9222.86-
YUV37.63182.39106.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.55%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 134 (52.73% from 255) = 76.14%
R=4.55%
G=19.32%
B=76.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8341340.940.7500.47227.6288.7327.84
Hex822865E4B02Fe4591c
Octal104220613611305734413134
Binary10001000101000011010111101001011010111111100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082286; }

 p { color: rgb(8,34,134); }

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

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

 a { background-color: rgb(8,34,134); }

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

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

 span { border-color: rgb(8,34,134); }

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