#035350

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

Shades of Sherpa Blue #035350

Tints of Sherpa Blue #035350

Color information

#035350 (or 0x035350) is unknown color: approx Sherpa Blue. HEX triplet: 03, 53 and 50. RGB value is (3,83,80). Sum of RGB (Red+Green+Blue) = 3+83+80=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #035350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035350 is #FCACAF. Grayscale: #3A3A3A. Windows color (decimal): -16559280 or 5264131. OLE color: 5264131.

HSL color Cylindrical-coordinate representation of color #035350: hue angle of 177.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035350 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB38380-
CMYK0.9600.040.67
HSL177.75º93.02%16.86%-
HSV(B)177.75º96.39%32.55%-
XYZ4.586.798.66-
YUV58.7414088.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.81%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=1.81%
G=50%
B=48.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383800.9600.040.67177.7593.0216.86
Hex35350600443b25d11
Octal31231201400410326213521
Binary111010011101000011000000100100001110110010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035350; }

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

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

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

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

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

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

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

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