#034E60

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

Shades of Sherpa Blue #034E60

Tints of Sherpa Blue #034E60

Color information

#034E60 (or 0x034E60) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4E and 60. RGB value is (3,78,96). Sum of RGB (Red+Green+Blue) = 3+78+96=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #034E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E60 is #FCB19F. Grayscale: #393939. Windows color (decimal): -16560544 or 6311427. OLE color: 6311427.

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

Color convert

RGB37896-
CMYK0.970.1900.62
HSL191.61º93.94%19.41%-
HSV(B)191.61º96.88%37.65%-
XYZ4.876.3112.03-
YUV57.63149.6589.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=1.69%
G=44.07%
B=54.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal378960.970.1900.62191.6193.9419.41
Hex34E60611303Ec05e13
Octal31161401412307630013623
Binary1110011101100000110000110011011111011000000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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