#034E5B

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

Shades of Sherpa Blue #034E5B

Tints of Sherpa Blue #034E5B

Color information

#034E5B (or 0x034E5B) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4E and 5B. RGB value is (3,78,91). Sum of RGB (Red+Green+Blue) = 3+78+91=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #034E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E5B is #FCB1A4. Grayscale: #383838. Windows color (decimal): -16560549 or 5983747. OLE color: 5983747.

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

Color convert

RGB37891-
CMYK0.970.1400.64
HSL188.86º93.62%18.43%-
HSV(B)188.86º96.7%35.69%-
XYZ4.656.2210.85-
YUV57.06147.1589.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.74%
GREEN value IS 78 (30.86% from 255) = 45.35%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=1.74%
G=45.35%
B=52.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal378910.970.1400.64188.8693.6218.43
Hex34E5B61E040bd5e12
Octal311613314116010027513622
Binary1110011101011011110000111100100000010111101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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