#03524F

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

Shades of Sherpa Blue #03524F

Tints of Sherpa Blue #03524F

Color information

#03524F (or 0x03524F) is unknown color: approx Sherpa Blue. HEX triplet: 03, 52 and 4F. RGB value is (3,82,79). Sum of RGB (Red+Green+Blue) = 3+82+79=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #03524F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03524F is #FCADB0. Grayscale: #393939. Windows color (decimal): -16559537 or 5198339. OLE color: 5198339.

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

Color convert

RGB38279-
CMYK0.9600.040.68
HSL177.72º92.94%16.67%-
HSV(B)177.72º96.34%32.16%-
XYZ4.476.628.44-
YUV58.04139.8388.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.83%
GREEN value IS 82 (32.42% from 255) = 50%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=1.83%
G=50%
B=48.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382790.9600.040.68177.7292.9416.67
Hex3524F600444b25d11
Octal31221171400410426213521
Binary111010010100111111000000100100010010110010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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