#084298

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

Shades of Smalt #084298

Tints of Smalt #084298

Color information

#084298 (or 0x084298) is unknown color: approx Smalt. HEX triplet: 08, 42 and 98. RGB value is (8,66,152). Sum of RGB (Red+Green+Blue) = 8+66+152=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #084298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084298 is #F7BD67. Grayscale: #3A3A3A. Windows color (decimal): -16235880 or 9978376. OLE color: 9978376.

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

Color convert

RGB866152-
CMYK0.950.5700.40
HSL215.83º90%31.37%-
HSV(B)215.83º94.74%59.61%-
XYZ7.726.2230.5-
YUV58.46180.7892.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 152 (59.77% from 255) = 67.26%
R=3.54%
G=29.20%
B=67.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8661520.950.5700.40215.839031.37
Hex842985F39028d85a1f
Octal101022301377105033013237
Binary10001000010100110001011111111001010100011011000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084298; }

 p { color: rgb(8,66,152); }

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

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

 a { background-color: rgb(8,66,152); }

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

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

 span { border-color: rgb(8,66,152); }

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