#034760

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

Shades of Sherpa Blue #034760

Tints of Sherpa Blue #034760

Color information

#034760 (or 0x034760) is unknown color: approx Sherpa Blue. HEX triplet: 03, 47 and 60. RGB value is (3,71,96). Sum of RGB (Red+Green+Blue) = 3+71+96=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #034760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034760 is #FCB89F. Grayscale: #353535. Windows color (decimal): -16562336 or 6309635. OLE color: 6309635.

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

Color convert

RGB37196-
CMYK0.970.2600.62
HSL196.13º93.94%19.41%-
HSV(B)196.13º96.88%37.65%-
XYZ4.45.3711.87-
YUV53.52151.9791.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=1.76%
G=41.76%
B=56.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal371960.970.2600.62196.1393.9419.41
Hex34760611A03Ec45e13
Octal31071401413207630413623
Binary1110001111100000110000111010011111011000100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034760; }

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

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

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

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

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

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

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

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