#03474C

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

Shades of Sherpa Blue #03474C

Tints of Sherpa Blue #03474C

Color information

#03474C (or 0x03474C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 47 and 4C. RGB value is (3,71,76). Sum of RGB (Red+Green+Blue) = 3+71+76=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #03474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03474C is #FCB8B3. Grayscale: #333333. Windows color (decimal): -16562356 or 4998915. OLE color: 4998915.

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

Color convert

RGB37176-
CMYK0.960.0700.70
HSL184.11º92.41%15.49%-
HSV(B)184.11º96.05%29.8%-
XYZ3.65.057.62-
YUV51.24141.9793.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 76 (30.08% from 255) = 50.67%
R=2%
G=47.33%
B=50.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal371760.960.0700.70184.1192.4115.49
Hex3474C607046b85cf
Octal31071141407010627013417
Binary11100011110011001100000111010001101011100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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