#084350

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

Shades of Sherpa Blue #084350

Tints of Sherpa Blue #084350

Color information

#084350 (or 0x084350) is unknown color: approx Sherpa Blue. HEX triplet: 08, 43 and 50. RGB value is (8,67,80). Sum of RGB (Red+Green+Blue) = 8+67+80=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #084350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084350 is #F7BCAF. Grayscale: #323232. Windows color (decimal): -16235696 or 5260040. OLE color: 5260040.

HSL color Cylindrical-coordinate representation of color #084350: hue angle of 190.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084350 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB86780-
CMYK0.900.1600.69
HSL190.83º81.82%17.25%-
HSV(B)190.83º90%31.37%-
XYZ3.564.658.3-
YUV50.84144.4597.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 67 (26.56% from 255) = 43.23%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=5.16%
G=43.23%
B=51.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal867800.900.1600.69190.8381.8217.25
Hex843505A10045bf5211
Octal1010312013220010527712221
Binary1000100001110100001011010100000100010110111111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084350; }

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

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

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

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

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

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

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

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