#03505D

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

Shades of Sherpa Blue #03505D

Tints of Sherpa Blue #03505D

Color information

#03505D (or 0x03505D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 50 and 5D. RGB value is (3,80,93). Sum of RGB (Red+Green+Blue) = 3+80+93=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #03505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03505D is #FCAFA2. Grayscale: #3A3A3A. Windows color (decimal): -16560035 or 6115331. OLE color: 6115331.

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

Color convert

RGB38093-
CMYK0.970.1400.64
HSL188.67º93.75%18.82%-
HSV(B)188.67º96.77%36.47%-
XYZ4.886.5511.36-
YUV58.46147.4988.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.70%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 93 (36.72% from 255) = 52.84%
R=1.70%
G=45.45%
B=52.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal380930.970.1400.64188.6793.7518.82
Hex3505D61E040bd5e13
Octal312013514116010027513623
Binary1110100001011101110000111100100000010111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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