#034946

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

Shades of Sherpa Blue #034946

Tints of Sherpa Blue #034946

Color information

#034946 (or 0x034946) is unknown color: approx Sherpa Blue. HEX triplet: 03, 49 and 46. RGB value is (3,73,70). Sum of RGB (Red+Green+Blue) = 3+73+70=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #034946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034946 is #FCB6B9. Grayscale: #333333. Windows color (decimal): -16561850 or 4606211. OLE color: 4606211.

HSL color Cylindrical-coordinate representation of color #034946: hue angle of 177.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034946 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB37370-
CMYK0.9600.040.71
HSL177.43º92.11%14.9%-
HSV(B)177.43º95.89%28.63%-
XYZ3.535.236.62-
YUV51.73138.3193.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 73 (28.91% from 255) = 50%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=2.05%
G=50%
B=47.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373700.9600.040.71177.4392.1114.9
Hex34946600447b15cf
Octal31111061400410726113417
Binary11100100110001101100000010010001111011000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034946; }

 p { color: rgb(3,73,70); }

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

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

 a { background-color: rgb(3,73,70); }

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

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

 span { border-color: rgb(3,73,70); }

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