#034056

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

Shades of Sherpa Blue #034056

Tints of Sherpa Blue #034056

Color information

#034056 (or 0x034056) is unknown color: approx Sherpa Blue. HEX triplet: 03, 40 and 56. RGB value is (3,64,86). Sum of RGB (Red+Green+Blue) = 3+64+86=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #034056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034056 is #FCBFA9. Grayscale: #303030. Windows color (decimal): -16564138 or 5652483. OLE color: 5652483.

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

Color convert

RGB36486-
CMYK0.970.2600.66
HSL195.9º93.26%17.45%-
HSV(B)195.9º96.51%33.73%-
XYZ3.554.369.46-
YUV48.27149.2995.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 86 (33.98% from 255) = 56.21%
R=1.96%
G=41.83%
B=56.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal364860.970.2600.66195.993.2617.45
Hex34056611A042c45d11
Octal310012614132010230413521
Binary11100000010101101100001110100100001011000100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034056; }

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

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

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

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

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

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

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

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