#034E54

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

Shades of Sherpa Blue #034E54

Tints of Sherpa Blue #034E54

Color information

#034E54 (or 0x034E54) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4E and 54. RGB value is (3,78,84). Sum of RGB (Red+Green+Blue) = 3+78+84=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #034E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E54 is #FCB1AB. Grayscale: #383838. Windows color (decimal): -16560556 or 5524995. OLE color: 5524995.

HSL color Cylindrical-coordinate representation of color #034E54: hue angle of 184.44º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034E54 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB37884-
CMYK0.960.0700.67
HSL184.44º93.1%17.06%-
HSV(B)184.44º96.43%32.94%-
XYZ4.366.119.34-
YUV56.26143.6590.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 78 (30.86% from 255) = 47.27%
BLUE value IS 84 (33.20% from 255) = 50.91%
R=1.82%
G=47.27%
B=50.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal378840.960.0700.67184.4493.117.06
Hex34E54607043b85d11
Octal31161241407010327013521
Binary111001110101010011000001110100001110111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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