Html Css Color HEX #084349 Sherpa Blue

📋 copy color: '#084349'

red 8 ◦ green 67 ◦ blue 73

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

Shades of Sherpa Blue #084349

Tints of Sherpa Blue #084349

RGB

 RED value IS 8 (3.52% from 255) = 5.41%

 GREEN value IS 67 (26.56% from 255) = 45.27%

 BLUE value IS 73 (28.91% from 255) = 49.32%

R = 5.41%
G = 45.27%
B = 49.32%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#084349 (or 0x084349) is known color: Sherpa Blue. HEX triplet: 08, 43 and 49. RGB value is (8,67,73). Sum of RGB (Red+Green+Blue) = 8+67+73=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #084349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084349 is #F7BCB6. Grayscale: #313131. Windows color (decimal): -16235703 or 4801288. OLE color: 4801288.

HSL color Cylindrical-coordinate representation of color #084349: hue angle of 185.54º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084349 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 67 73 -
CMYK 0.89 0.08 0 0.71
HSL 185.54º 0.8% 0.16% -
HSV(B) 185.54º 0.89% 0.29% -
XYZ 3.31 4.55 7.01 -
YUV 50.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 8 67 73 0.89 0.08 0 0.71 185.54 0.8 0.16
Hex 8 43 49 59 8 0 47 BA 50 10
Octal 10 103 111 131 10 0 107 272 120 20
Binary 1000 1000011 1001001 1011001 1000 0 1000111 10111010 1010000 10000

Color Harmonies of #084349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084349

Black with #084349

Text Example


Text Example

White with #084349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084349; }

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

 H1.HeaderClassName
 {
   color: #084349;
 }
 .AnyTagClassName
 {
   color: #084349;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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