#03505C

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

Shades of Sherpa Blue #03505C

Tints of Sherpa Blue #03505C

Color information

#03505C (or 0x03505C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 50 and 5C. RGB value is (3,80,92). Sum of RGB (Red+Green+Blue) = 3+80+92=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #03505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03505C is #FCAFA3. Grayscale: #3A3A3A. Windows color (decimal): -16560036 or 6049795. OLE color: 6049795.

HSL color Cylindrical-coordinate representation of color #03505C: hue angle of 188.09º 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 #03505C is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB38092-
CMYK0.970.1300.64
HSL188.09º93.68%18.63%-
HSV(B)188.09º96.74%36.08%-
XYZ4.846.5311.13-
YUV58.34146.9988.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=1.71%
G=45.71%
B=52.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal380920.970.1300.64188.0993.6818.63
Hex3505C61D040bc5e13
Octal312013414115010027413623
Binary1110100001011100110000111010100000010111100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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