#034156

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

Shades of Sherpa Blue #034156

Tints of Sherpa Blue #034156

Color information

#034156 (or 0x034156) is unknown color: approx Sherpa Blue. HEX triplet: 03, 41 and 56. RGB value is (3,65,86). Sum of RGB (Red+Green+Blue) = 3+65+86=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #034156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034156 is #FCBEA9. Grayscale: #303030. Windows color (decimal): -16563882 or 5652739. OLE color: 5652739.

HSL color Cylindrical-coordinate representation of color #034156: hue angle of 195.18º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034156 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB36586-
CMYK0.970.2400.66
HSL195.18º93.26%17.45%-
HSV(B)195.18º96.51%33.73%-
XYZ3.614.479.48-
YUV48.86148.9695.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=1.95%
G=42.21%
B=55.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal365860.970.2400.66195.1893.2617.45
Hex341566118042c35d11
Octal310112614130010230313521
Binary11100000110101101100001110000100001011000011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034156; }

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

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

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

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

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

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

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

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