#034E53

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

Shades of Sherpa Blue #034E53

Tints of Sherpa Blue #034E53

Color information

#034E53 (or 0x034E53) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4E and 53. RGB value is (3,78,83). Sum of RGB (Red+Green+Blue) = 3+78+83=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #034E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E53 is #FCB1AC. Grayscale: #383838. Windows color (decimal): -16560557 or 5459459. OLE color: 5459459.

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

Color convert

RGB37883-
CMYK0.960.0600.67
HSL183.75º93.02%16.86%-
HSV(B)183.75º96.39%32.55%-
XYZ4.326.099.13-
YUV56.14143.1590.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.83%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=1.83%
G=47.56%
B=50.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal378830.960.0600.67183.7593.0216.86
Hex34E53606043b85d11
Octal31161231406010327013521
Binary111001110101001111000001100100001110111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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