#034159

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

Shades of Sherpa Blue #034159

Tints of Sherpa Blue #034159

Color information

#034159 (or 0x034159) is unknown color: approx Sherpa Blue. HEX triplet: 03, 41 and 59. RGB value is (3,65,89). Sum of RGB (Red+Green+Blue) = 3+65+89=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #034159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034159 is #FCBEA6. Grayscale: #313131. Windows color (decimal): -16563879 or 5849347. OLE color: 5849347.

HSL color Cylindrical-coordinate representation of color #034159: hue angle of 196.74º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034159 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB36589-
CMYK0.970.2700.65
HSL196.74º93.48%18.04%-
HSV(B)196.74º96.63%34.9%-
XYZ3.734.5210.13-
YUV49.2150.4695.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 89 (35.16% from 255) = 56.69%
R=1.91%
G=41.40%
B=56.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal365890.970.2700.65196.7493.4818.04
Hex34159611B041c55d12
Octal310113114133010130513522
Binary11100000110110011100001110110100000111000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034159; }

 p { color: rgb(3,65,89); }

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

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

 a { background-color: rgb(3,65,89); }

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

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

 span { border-color: rgb(3,65,89); }

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