#034B60

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

Shades of Sherpa Blue #034B60

Tints of Sherpa Blue #034B60

Color information

#034B60 (or 0x034B60) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4B and 60. RGB value is (3,75,96). Sum of RGB (Red+Green+Blue) = 3+75+96=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #034B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034B60 is #FCB49F. Grayscale: #373737. Windows color (decimal): -16561312 or 6310659. OLE color: 6310659.

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

Color convert

RGB37596-
CMYK0.970.2200.62
HSL193.55º93.94%19.41%-
HSV(B)193.55º96.88%37.65%-
XYZ4.665.911.96-
YUV55.87150.6590.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 96 (37.89% from 255) = 55.17%
R=1.72%
G=43.10%
B=55.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal375960.970.2200.62193.5593.9419.41
Hex34B60611603Ec25e13
Octal31131401412607630213623
Binary1110010111100000110000110110011111011000010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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