#03534F

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

Shades of Sherpa Blue #03534F

Tints of Sherpa Blue #03534F

Color information

#03534F (or 0x03534F) is unknown color: approx Sherpa Blue. HEX triplet: 03, 53 and 4F. RGB value is (3,83,79). Sum of RGB (Red+Green+Blue) = 3+83+79=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #03534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03534F is #FCACB0. Grayscale: #3A3A3A. Windows color (decimal): -16559281 or 5198595. OLE color: 5198595.

HSL color Cylindrical-coordinate representation of color #03534F: hue angle of 177º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03534F is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB38379-
CMYK0.9600.050.67
HSL177º93.02%16.86%-
HSV(B)177º96.39%32.55%-
XYZ4.546.778.46-
YUV58.62139.588.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=1.82%
G=50.30%
B=47.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383790.9600.050.6717793.0216.86
Hex3534F600543b15d11
Octal31231171400510326113521
Binary111010011100111111000000101100001110110001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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