#035259

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

Shades of Sherpa Blue #035259

Tints of Sherpa Blue #035259

Color information

#035259 (or 0x035259) is unknown color: approx Sherpa Blue. HEX triplet: 03, 52 and 59. RGB value is (3,82,89). Sum of RGB (Red+Green+Blue) = 3+82+89=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #035259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035259 is #FCADA6. Grayscale: #3B3B3B. Windows color (decimal): -16559527 or 5853699. OLE color: 5853699.

HSL color Cylindrical-coordinate representation of color #035259: hue angle of 184.88º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035259 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB38289-
CMYK0.970.0800.65
HSL184.88º93.48%18.04%-
HSV(B)184.88º96.63%34.9%-
XYZ4.866.7810.5-
YUV59.18144.8387.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=1.72%
G=47.13%
B=51.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal382890.970.0800.65184.8893.4818.04
Hex35259618041b95d12
Octal312213114110010127113522
Binary1110100101011001110000110000100000110111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035259; }

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

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

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

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

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

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

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

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