#035357

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

Shades of Sherpa Blue #035357

Tints of Sherpa Blue #035357

Color information

#035357 (or 0x035357) is unknown color: approx Sherpa Blue. HEX triplet: 03, 53 and 57. RGB value is (3,83,87). Sum of RGB (Red+Green+Blue) = 3+83+87=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #035357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035357 is #FCACA8. Grayscale: #3B3B3B. Windows color (decimal): -16559273 or 5722883. OLE color: 5722883.

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

Color convert

RGB38387-
CMYK0.970.0500.66
HSL182.86º93.33%17.65%-
HSV(B)182.86º96.55%34.12%-
XYZ4.856.8910.09-
YUV59.54143.587.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.73%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=1.73%
G=47.98%
B=50.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal383870.970.0500.66182.8693.3317.65
Hex35357615042b75d12
Octal31231271415010226713522
Binary111010011101011111000011010100001010110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035357; }

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

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

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

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

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

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

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

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