#034F4E

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

Shades of Sherpa Blue #034F4E

Tints of Sherpa Blue #034F4E

Color information

#034F4E (or 0x034F4E) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4F and 4E. RGB value is (3,79,78). Sum of RGB (Red+Green+Blue) = 3+79+78=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #034F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F4E is #FCB0B1. Grayscale: #383838. Windows color (decimal): -16560306 or 5132035. OLE color: 5132035.

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

Color convert

RGB37978-
CMYK0.9600.010.69
HSL179.21º92.68%16.08%-
HSV(B)179.21º96.2%30.98%-
XYZ4.216.168.18-
YUV56.16140.3290.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.88%
GREEN value IS 79 (31.25% from 255) = 49.38%
BLUE value IS 78 (30.86% from 255) = 48.75%
R=1.88%
G=49.38%
B=48.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal379780.9600.010.69179.2192.6816.08
Hex34F4E600145b35d10
Octal31171161400110526313520
Binary1110011111001110110000001100010110110011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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