#034A49

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

Shades of Sherpa Blue #034A49

Tints of Sherpa Blue #034A49

Color information

#034A49 (or 0x034A49) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4A and 49. RGB value is (3,74,73). Sum of RGB (Red+Green+Blue) = 3+74+73=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #034A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A49 is #FCB5B6. Grayscale: #343434. Windows color (decimal): -16561591 or 4803075. OLE color: 4803075.

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

Color convert

RGB37473-
CMYK0.9600.010.71
HSL179.15º92.21%15.1%-
HSV(B)179.15º95.95%29.02%-
XYZ3.695.47.15-
YUV52.66139.4892.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 74 (29.30% from 255) = 49.33%
BLUE value IS 73 (28.91% from 255) = 48.67%
R=2%
G=49.33%
B=48.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal374730.9600.010.71179.1592.2115.1
Hex34A49600147b35cf
Octal31121111400110726313417
Binary111001010100100111000000110001111011001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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