#03534E

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

Shades of Sherpa Blue #03534E

Tints of Sherpa Blue #03534E

Color information

#03534E (or 0x03534E) is unknown color: approx Sherpa Blue. HEX triplet: 03, 53 and 4E. RGB value is (3,83,78). Sum of RGB (Red+Green+Blue) = 3+83+78=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #03534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03534E is #FCACB1. Grayscale: #3A3A3A. Windows color (decimal): -16559282 or 5133059. OLE color: 5133059.

HSL color Cylindrical-coordinate representation of color #03534E: hue angle of 176.25º 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 #03534E is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB38378-
CMYK0.9600.060.67
HSL176.25º93.02%16.86%-
HSV(B)176.25º96.39%32.55%-
XYZ4.516.768.27-
YUV58.5113988.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.83%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=1.83%
G=50.61%
B=47.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383780.9600.060.67176.2593.0216.86
Hex3534E600643b05d11
Octal31231161400610326013521
Binary111010011100111011000000110100001110110000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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