#034D5E

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

Shades of Sherpa Blue #034D5E

Tints of Sherpa Blue #034D5E

Color information

#034D5E (or 0x034D5E) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4D and 5E. RGB value is (3,77,94). Sum of RGB (Red+Green+Blue) = 3+77+94=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #034D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D5E is #FCB2A1. Grayscale: #383838. Windows color (decimal): -16560802 or 6180099. OLE color: 6180099.

HSL color Cylindrical-coordinate representation of color #034D5E: hue angle of 191.21º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034D5E is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB37794-
CMYK0.970.1800.63
HSL191.21º93.81%19.02%-
HSV(B)191.21º96.81%36.86%-
XYZ4.716.1411.53-
YUV56.81148.9889.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 77 (30.47% from 255) = 44.25%
BLUE value IS 94 (37.11% from 255) = 54.02%
R=1.72%
G=44.25%
B=54.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal377940.970.1800.63191.2193.8119.02
Hex34D5E611203Fbf5e13
Octal31151361412207727713623
Binary1110011011011110110000110010011111110111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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