#034D59

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

Shades of Sherpa Blue #034D59

Tints of Sherpa Blue #034D59

Color information

#034D59 (or 0x034D59) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4D and 59. RGB value is (3,77,89). Sum of RGB (Red+Green+Blue) = 3+77+89=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #034D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D59 is #FCB2A6. Grayscale: #383838. Windows color (decimal): -16560807 or 5852419. OLE color: 5852419.

HSL color Cylindrical-coordinate representation of color #034D59: hue angle of 188.37º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034D59 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB37789-
CMYK0.970.1300.65
HSL188.37º93.48%18.04%-
HSV(B)188.37º96.63%34.9%-
XYZ4.496.0510.38-
YUV56.24146.4890.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 77 (30.47% from 255) = 45.56%
BLUE value IS 89 (35.16% from 255) = 52.66%
R=1.78%
G=45.56%
B=52.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal377890.970.1300.65188.3793.4818.04
Hex34D5961D041bc5d12
Octal311513114115010127413522
Binary1110011011011001110000111010100000110111100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,77,89); }

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

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

 a { background-color: rgb(3,77,89); }

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

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

 span { border-color: rgb(3,77,89); }

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