#03524C

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

Shades of Sherpa Blue #03524C

Tints of Sherpa Blue #03524C

Color information

#03524C (or 0x03524C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 52 and 4C. RGB value is (3,82,76). Sum of RGB (Red+Green+Blue) = 3+82+76=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #03524C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03524C is #FCADB3. Grayscale: #393939. Windows color (decimal): -16559540 or 5001731. OLE color: 5001731.

HSL color Cylindrical-coordinate representation of color #03524C: hue angle of 175.44º 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 #03524C is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB38276-
CMYK0.9600.070.68
HSL175.44º92.94%16.67%-
HSV(B)175.44º96.34%32.16%-
XYZ4.366.587.88-
YUV57.7138.3388.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 82 (32.42% from 255) = 50.93%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=1.86%
G=50.93%
B=47.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382760.9600.070.68175.4492.9416.67
Hex3524C600744af5d11
Octal31221141400710425713521
Binary111010010100110011000000111100010010101111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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