#035158

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

Shades of Sherpa Blue #035158

Tints of Sherpa Blue #035158

Color information

#035158 (or 0x035158) is unknown color: approx Sherpa Blue. HEX triplet: 03, 51 and 58. RGB value is (3,81,88). Sum of RGB (Red+Green+Blue) = 3+81+88=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #035158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035158 is #FCAEA7. Grayscale: #3A3A3A. Windows color (decimal): -16559784 or 5787907. OLE color: 5787907.

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

Color convert

RGB38188-
CMYK0.970.0800.65
HSL184.94º93.41%17.84%-
HSV(B)184.94º96.59%34.51%-
XYZ4.746.6110.26-
YUV58.48144.6688.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.74%
GREEN value IS 81 (32.03% from 255) = 47.09%
BLUE value IS 88 (34.77% from 255) = 51.16%
R=1.74%
G=47.09%
B=51.16%

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
Decimal381880.970.0800.65184.9493.4117.84
Hex35158618041b95d12
Octal312113014110010127113522
Binary1110100011011000110000110000100000110111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035158; }

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

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

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

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

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

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

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

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