#035057

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

Shades of Sherpa Blue #035057

Tints of Sherpa Blue #035057

Color information

#035057 (or 0x035057) is unknown color: approx Sherpa Blue. HEX triplet: 03, 50 and 57. RGB value is (3,80,87). Sum of RGB (Red+Green+Blue) = 3+80+87=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #035057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035057 is #FCAFA8. Grayscale: #393939. Windows color (decimal): -16560041 or 5722115. OLE color: 5722115.

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

Color convert

RGB38087-
CMYK0.970.0800.66
HSL185º93.33%17.65%-
HSV(B)185º96.55%34.12%-
XYZ4.636.4410.02-
YUV57.77144.4988.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 87 (34.38% from 255) = 51.18%
R=1.76%
G=47.06%
B=51.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal380870.970.0800.6618593.3317.65
Hex35057618042b95d12
Octal312012714110010227113522
Binary1110100001010111110000110000100001010111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035057; }

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

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

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

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

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

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

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

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