#035359

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

Shades of Sherpa Blue #035359

Tints of Sherpa Blue #035359

Color information

#035359 (or 0x035359) is unknown color: approx Sherpa Blue. HEX triplet: 03, 53 and 59. RGB value is (3,83,89). Sum of RGB (Red+Green+Blue) = 3+83+89=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #035359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035359 is #FCACA6. Grayscale: #3B3B3B. Windows color (decimal): -16559271 or 5853955. OLE color: 5853955.

HSL color Cylindrical-coordinate representation of color #035359: hue angle of 184.19º 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 #035359 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB38389-
CMYK0.970.0700.65
HSL184.19º93.48%18.04%-
HSV(B)184.19º96.63%34.9%-
XYZ4.936.9310.53-
YUV59.76144.587.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=1.71%
G=47.43%
B=50.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal383890.970.0700.65184.1993.4818.04
Hex35359617041b85d12
Octal31231311417010127013522
Binary111010011101100111000011110100000110111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035359; }

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

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

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

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

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

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

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

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