#034849

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

Shades of Sherpa Blue #034849

Tints of Sherpa Blue #034849

Color information

#034849 (or 0x034849) is unknown color: approx Sherpa Blue. HEX triplet: 03, 48 and 49. RGB value is (3,72,73). Sum of RGB (Red+Green+Blue) = 3+72+73=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 72 (28.52% from 255 or 48.65% 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 #034849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034849 is #FCB7B6. Grayscale: #333333. Windows color (decimal): -16562103 or 4802563. OLE color: 4802563.

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

Color convert

RGB37273-
CMYK0.960.0100.71
HSL180.86º92.11%14.9%-
HSV(B)180.86º95.89%28.63%-
XYZ3.565.147.11-
YUV51.48140.1493.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 72 (28.52% from 255) = 48.65%
BLUE value IS 73 (28.91% from 255) = 49.32%
R=2.03%
G=48.65%
B=49.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal372730.960.0100.71180.8692.1114.9
Hex34849601047b55cf
Octal31101111401010726513417
Binary111001000100100111000001010001111011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034849; }

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

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

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

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

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

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

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

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