Html Css Color HEX #084350 Sherpa Blue

📋 copy color: '#084350'

red 8 ◦ green 67 ◦ blue 80

#084350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #084350

Tints of Sherpa Blue #084350

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 value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#084350 (or 0x084350) is known color: 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

RGB 8 67 80 -
CMYK 0.90 0.16 0 0.69
HSL 190.83º 0.82% 0.17% -
HSV(B) 190.83º 0.9% 0.31% -
XYZ 3.56 4.65 8.3 -
YUV 50.84 144.45 97.44 -
System Red Green Blue C M Y K H S L
Decimal 8 67 80 0.90 0.16 0 0.69 190.83 0.82 0.17
Hex 8 43 50 5A 10 0 45 BF 52 11
Octal 10 103 120 132 20 0 105 277 122 21
Binary 1000 1000011 1010000 1011010 10000 0 1000101 10111111 1010010 10001

Color Harmonies of #084350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084350

Black with #084350

Text Example


Text Example

White with #084350

Text Example


Text Example

HTML Codes & Css Web 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>