#035153

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

Shades of Sherpa Blue #035153

Tints of Sherpa Blue #035153

Color information

#035153 (or 0x035153) is unknown color: approx Sherpa Blue. HEX triplet: 03, 51 and 53. RGB value is (3,81,83). Sum of RGB (Red+Green+Blue) = 3+81+83=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #035153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035153 is #FCAEAC. Grayscale: #393939. Windows color (decimal): -16559789 or 5460227. OLE color: 5460227.

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

Color convert

RGB38183-
CMYK0.960.0200.67
HSL181.5º93.02%16.86%-
HSV(B)181.5º96.39%32.55%-
XYZ4.546.539.2-
YUV57.91142.1688.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 81 (32.03% from 255) = 48.50%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=1.80%
G=48.50%
B=49.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal381830.960.0200.67181.593.0216.86
Hex35153602043b65d11
Octal31211231402010326613521
Binary11101000110100111100000100100001110110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035153; }

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

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

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

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

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

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

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

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