#03504F

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

Shades of Sherpa Blue #03504F

Tints of Sherpa Blue #03504F

Color information

#03504F (or 0x03504F) is unknown color: approx Sherpa Blue. HEX triplet: 03, 50 and 4F. RGB value is (3,80,79). Sum of RGB (Red+Green+Blue) = 3+80+79=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #03504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03504F is #FCAFB0. Grayscale: #383838. Windows color (decimal): -16560049 or 5197827. OLE color: 5197827.

HSL color Cylindrical-coordinate representation of color #03504F: hue angle of 179.22º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03504F is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB38079-
CMYK0.9600.010.69
HSL179.22º92.77%16.27%-
HSV(B)179.22º96.25%31.37%-
XYZ4.326.328.39-
YUV56.86140.4989.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 79 (31.25% from 255) = 48.77%
R=1.85%
G=49.38%
B=48.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380790.9600.010.69179.2292.7716.27
Hex3504F600145b35d10
Octal31201171400110526313520
Binary1110100001001111110000001100010110110011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03504F; }

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

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

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

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

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

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

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

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