#034E5C

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

Shades of Sherpa Blue #034E5C

Tints of Sherpa Blue #034E5C

Color information

#034E5C (or 0x034E5C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4E and 5C. RGB value is (3,78,92). Sum of RGB (Red+Green+Blue) = 3+78+92=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #034E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E5C is #FCB1A3. Grayscale: #393939. Windows color (decimal): -16560548 or 6049283. OLE color: 6049283.

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

Color convert

RGB37892-
CMYK0.970.1500.64
HSL189.44º93.68%18.63%-
HSV(B)189.44º96.74%36.08%-
XYZ4.696.2411.08-
YUV57.17147.6589.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.73%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 92 (36.33% from 255) = 53.18%
R=1.73%
G=45.09%
B=53.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal378920.970.1500.64189.4493.6818.63
Hex34E5C61F040bd5e13
Octal311613414117010027513623
Binary1110011101011100110000111110100000010111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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