#03484C

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

Shades of Sherpa Blue #03484C

Tints of Sherpa Blue #03484C

Color information

#03484C (or 0x03484C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 48 and 4C. RGB value is (3,72,76). Sum of RGB (Red+Green+Blue) = 3+72+76=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #03484C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03484C is #FCB7B3. Grayscale: #333333. Windows color (decimal): -16562100 or 4999171. OLE color: 4999171.

HSL color Cylindrical-coordinate representation of color #03484C: hue angle of 183.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03484C is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB37276-
CMYK0.960.0500.70
HSL183.29º92.41%15.49%-
HSV(B)183.29º96.05%29.8%-
XYZ3.665.187.64-
YUV51.82141.6493.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=1.99%
G=47.68%
B=50.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal372760.960.0500.70183.2992.4115.49
Hex3484C605046b75cf
Octal31101141405010626713417
Binary11100100010011001100000101010001101011011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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