#034057

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

Shades of Sherpa Blue #034057

Tints of Sherpa Blue #034057

Color information

#034057 (or 0x034057) is unknown color: approx Sherpa Blue. HEX triplet: 03, 40 and 57. RGB value is (3,64,87). Sum of RGB (Red+Green+Blue) = 3+64+87=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #034057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034057 is #FCBFA8. Grayscale: #303030. Windows color (decimal): -16564137 or 5718019. OLE color: 5718019.

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

Color convert

RGB36487-
CMYK0.970.2600.66
HSL196.43º93.33%17.65%-
HSV(B)196.43º96.55%34.12%-
XYZ3.594.379.67-
YUV48.38149.7995.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 87 (34.38% from 255) = 56.49%
R=1.95%
G=41.56%
B=56.49%

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
Decimal364870.970.2600.66196.4393.3317.65
Hex34057611A042c45d12
Octal310012714132010230413522
Binary11100000010101111100001110100100001011000100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034057; }

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

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

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

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

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

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

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

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