#084356

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

Shades of Sherpa Blue #084356

Tints of Sherpa Blue #084356

Color information

#084356 (or 0x084356) is unknown color: approx Sherpa Blue. HEX triplet: 08, 43 and 56. RGB value is (8,67,86). Sum of RGB (Red+Green+Blue) = 8+67+86=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #084356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084356 is #F7BCA9. Grayscale: #333333. Windows color (decimal): -16235690 or 5653256. OLE color: 5653256.

HSL color Cylindrical-coordinate representation of color #084356: hue angle of 194.62º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084356 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB86786-
CMYK0.910.2200.66
HSL194.62º82.98%18.43%-
HSV(B)194.62º90.7%33.73%-
XYZ3.794.749.52-
YUV51.53147.4596.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 67 (26.56% from 255) = 41.61%
BLUE value IS 86 (33.98% from 255) = 53.42%
R=4.97%
G=41.61%
B=53.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal867860.910.2200.66194.6282.9818.43
Hex843565B16042c35312
Octal1010312613326010230312322
Binary1000100001110101101011011101100100001011000011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084356; }

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

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

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

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

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

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

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

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