#035250

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

Shades of Sherpa Blue #035250

Tints of Sherpa Blue #035250

Color information

#035250 (or 0x035250) is unknown color: approx Sherpa Blue. HEX triplet: 03, 52 and 50. RGB value is (3,82,80). Sum of RGB (Red+Green+Blue) = 3+82+80=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #035250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035250 is #FCADAF. Grayscale: #3A3A3A. Windows color (decimal): -16559536 or 5263875. OLE color: 5263875.

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

Color convert

RGB38280-
CMYK0.9600.020.68
HSL178.48º92.94%16.67%-
HSV(B)178.48º96.34%32.16%-
XYZ4.56.638.63-
YUV58.15140.3388.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 82 (32.42% from 255) = 49.70%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=1.82%
G=49.70%
B=48.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382800.9600.020.68178.4892.9416.67
Hex35250600244b25d11
Octal31221201400210426213521
Binary11101001010100001100000010100010010110010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035250; }

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

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

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

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

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

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

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

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