#035260

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

Shades of Sherpa Blue #035260

Tints of Sherpa Blue #035260

Color information

#035260 (or 0x035260) is unknown color: approx Sherpa Blue. HEX triplet: 03, 52 and 60. RGB value is (3,82,96). Sum of RGB (Red+Green+Blue) = 3+82+96=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #035260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035260 is #FCAD9F. Grayscale: #3B3B3B. Windows color (decimal): -16559520 or 6312451. OLE color: 6312451.

HSL color Cylindrical-coordinate representation of color #035260: hue angle of 189.03º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035260 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB38296-
CMYK0.970.1500.62
HSL189.03º93.94%19.41%-
HSV(B)189.03º96.88%37.65%-
XYZ5.176.912.13-
YUV59.98148.3387.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.66%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=1.66%
G=45.30%
B=53.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal382960.970.1500.62189.0393.9419.41
Hex3526061F03Ebd5e13
Octal31221401411707627513623
Binary111010010110000011000011111011111010111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035260; }

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

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

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

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

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

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

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

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