#03515C

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

Shades of Sherpa Blue #03515C

Tints of Sherpa Blue #03515C

Color information

#03515C (or 0x03515C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 51 and 5C. RGB value is (3,81,92). Sum of RGB (Red+Green+Blue) = 3+81+92=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #03515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03515C is #FCAEA3. Grayscale: #3A3A3A. Windows color (decimal): -16559780 or 6050051. OLE color: 6050051.

HSL color Cylindrical-coordinate representation of color #03515C: hue angle of 187.42º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03515C is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB38192-
CMYK0.970.1200.64
HSL187.42º93.68%18.63%-
HSV(B)187.42º96.74%36.08%-
XYZ4.916.6811.16-
YUV58.93146.6688.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.70%
GREEN value IS 81 (32.03% from 255) = 46.02%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=1.70%
G=46.02%
B=52.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal381920.970.1200.64187.4293.6818.63
Hex3515C61C040bb5e13
Octal312113414114010027313623
Binary1110100011011100110000111000100000010111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03515C; }

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

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

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

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

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

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

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

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