#034D60

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

Shades of Sherpa Blue #034D60

Tints of Sherpa Blue #034D60

Color information

#034D60 (or 0x034D60) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4D and 60. RGB value is (3,77,96). Sum of RGB (Red+Green+Blue) = 3+77+96=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #034D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D60 is #FCB29F. Grayscale: #383838. Windows color (decimal): -16560800 or 6311171. OLE color: 6311171.

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

Color convert

RGB37796-
CMYK0.970.2000.62
HSL192.26º93.94%19.41%-
HSV(B)192.26º96.88%37.65%-
XYZ4.86.1712-
YUV57.04149.9889.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.70%
GREEN value IS 77 (30.47% from 255) = 43.75%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=1.70%
G=43.75%
B=54.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal377960.970.2000.62192.2693.9419.41
Hex34D60611403Ec05e13
Octal31151401412407630013623
Binary1110011011100000110000110100011111011000000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,77,96); }

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

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

 a { background-color: rgb(3,77,96); }

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

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

 span { border-color: rgb(3,77,96); }

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