#035050

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

Shades of Sherpa Blue #035050

Tints of Sherpa Blue #035050

Color information

#035050 (or 0x035050) is unknown color: approx Sherpa Blue. HEX triplet: 03, 50 and 50. RGB value is (3,80,80). Sum of RGB (Red+Green+Blue) = 3+80+80=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #035050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035050 is #FCAFAF. Grayscale: #383838. Windows color (decimal): -16560048 or 5263363. OLE color: 5263363.

HSL color Cylindrical-coordinate representation of color #035050: hue angle of 180º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035050 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB38080-
CMYK0.96000.69
HSL180º92.77%16.27%-
HSV(B)180º96.25%31.37%-
XYZ4.356.348.58-
YUV56.98140.9989.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=1.84%
G=49.08%
B=49.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380800.96000.6918092.7716.27
Hex35050600045b45d10
Octal31201201400010526413520
Binary1110100001010000110000000100010110110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035050; }

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

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

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

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

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

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

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

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