#034C60

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

Shades of Sherpa Blue #034C60

Tints of Sherpa Blue #034C60

Color information

#034C60 (or 0x034C60) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4C and 60. RGB value is (3,76,96). Sum of RGB (Red+Green+Blue) = 3+76+96=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #034C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C60 is #FCB39F. Grayscale: #383838. Windows color (decimal): -16561056 or 6310915. OLE color: 6310915.

HSL color Cylindrical-coordinate representation of color #034C60: hue angle of 192.9º 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 #034C60 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37696-
CMYK0.970.2100.62
HSL192.9º93.94%19.41%-
HSV(B)192.9º96.88%37.65%-
XYZ4.736.0311.98-
YUV56.45150.3289.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 76 (30.08% from 255) = 43.43%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=1.71%
G=43.43%
B=54.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal376960.970.2100.62192.993.9419.41
Hex34C60611503Ec15e13
Octal31141401412507630113623
Binary1110011001100000110000110101011111011000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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