#034D4E

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

Shades of Sherpa Blue #034D4E

Tints of Sherpa Blue #034D4E

Color information

#034D4E (or 0x034D4E) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4D and 4E. RGB value is (3,77,78). Sum of RGB (Red+Green+Blue) = 3+77+78=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #034D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D4E is #FCB2B1. Grayscale: #363636. Windows color (decimal): -16560818 or 5131523. OLE color: 5131523.

HSL color Cylindrical-coordinate representation of color #034D4E: hue angle of 180.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034D4E is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB37778-
CMYK0.960.0100.69
HSL180.8º92.59%15.88%-
HSV(B)180.8º96.15%30.59%-
XYZ4.075.888.13-
YUV54.99140.9890.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 77 (30.47% from 255) = 48.73%
BLUE value IS 78 (30.86% from 255) = 49.37%
R=1.90%
G=48.73%
B=49.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal377780.960.0100.69180.892.5915.88
Hex34D4E601045b55d10
Octal31151161401010526513520
Binary1110011011001110110000010100010110110101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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