#084396

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

Shades of Smalt #084396

Tints of Smalt #084396

Color information

#084396 (or 0x084396) is unknown color: approx Smalt. HEX triplet: 08, 43 and 96. RGB value is (8,67,150). Sum of RGB (Red+Green+Blue) = 8+67+150=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #084396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084396 is #F7BC69. Grayscale: #3A3A3A. Windows color (decimal): -16235626 or 9847560. OLE color: 9847560.

HSL color Cylindrical-coordinate representation of color #084396: hue angle of 215.07º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084396 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB867150-
CMYK0.950.5500.41
HSL215.07º89.87%30.98%-
HSV(B)215.07º94.67%58.82%-
XYZ7.616.2729.66-
YUV58.82179.4591.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 150 (58.98% from 255) = 66.67%
R=3.56%
G=29.78%
B=66.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8671500.950.5500.41215.0789.8730.98
Hex843965F37029d75a1f
Octal101032261376705132713237
Binary10001000011100101101011111110111010100111010111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084396; }

 p { color: rgb(8,67,150); }

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

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

 a { background-color: rgb(8,67,150); }

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

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

 span { border-color: rgb(8,67,150); }

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