#034E56

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

Shades of Sherpa Blue #034E56

Tints of Sherpa Blue #034E56

Color information

#034E56 (or 0x034E56) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4E and 56. RGB value is (3,78,86). Sum of RGB (Red+Green+Blue) = 3+78+86=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #034E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E56 is #FCB1A9. Grayscale: #383838. Windows color (decimal): -16560554 or 5656067. OLE color: 5656067.

HSL color Cylindrical-coordinate representation of color #034E56: hue angle of 185.78º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034E56 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB37886-
CMYK0.970.0900.66
HSL185.78º93.26%17.45%-
HSV(B)185.78º96.51%33.73%-
XYZ4.446.149.76-
YUV56.49144.6589.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=1.80%
G=46.71%
B=51.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal378860.970.0900.66185.7893.2617.45
Hex34E56619042ba5d11
Octal311612614111010227213521
Binary1110011101010110110000110010100001010111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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