#03484E

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

Shades of Sherpa Blue #03484E

Tints of Sherpa Blue #03484E

Color information

#03484E (or 0x03484E) is unknown color: approx Sherpa Blue. HEX triplet: 03, 48 and 4E. RGB value is (3,72,78). Sum of RGB (Red+Green+Blue) = 3+72+78=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #03484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03484E is #FCB7B1. Grayscale: #333333. Windows color (decimal): -16562098 or 5130243. OLE color: 5130243.

HSL color Cylindrical-coordinate representation of color #03484E: hue angle of 184.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03484E is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB37278-
CMYK0.960.0800.69
HSL184.8º92.59%15.88%-
HSV(B)184.8º96.15%30.59%-
XYZ3.735.28.02-
YUV52.05142.6493.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 78 (30.86% from 255) = 50.98%
R=1.96%
G=47.06%
B=50.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal372780.960.0800.69184.892.5915.88
Hex3484E608045b95d10
Octal311011614010010527113520
Binary1110010001001110110000010000100010110111001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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