#034A47

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

Shades of Sherpa Blue #034A47

Tints of Sherpa Blue #034A47

Color information

#034A47 (or 0x034A47) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4A and 47. RGB value is (3,74,71). Sum of RGB (Red+Green+Blue) = 3+74+71=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #034A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A47 is #FCB5B8. Grayscale: #343434. Windows color (decimal): -16561593 or 4672003. OLE color: 4672003.

HSL color Cylindrical-coordinate representation of color #034A47: hue angle of 177.46º 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 #034A47 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB37471-
CMYK0.9600.040.71
HSL177.46º92.21%15.1%-
HSV(B)177.46º95.95%29.02%-
XYZ3.625.376.81-
YUV52.43138.4892.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 74 (29.30% from 255) = 50%
BLUE value IS 71 (28.12% from 255) = 47.97%
R=2.03%
G=50%
B=47.97%

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
Decimal374710.9600.040.71177.4692.2115.1
Hex34A47600447b15cf
Octal31121071400410726113417
Binary11100101010001111100000010010001111011000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034A47; }

 p { color: rgb(3,74,71); }

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

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

 a { background-color: rgb(3,74,71); }

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

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

 span { border-color: rgb(3,74,71); }

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