#03474A

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

Shades of Sherpa Blue #03474A

Tints of Sherpa Blue #03474A

Color information

#03474A (or 0x03474A) is unknown color: approx Sherpa Blue. HEX triplet: 03, 47 and 4A. RGB value is (3,71,74). Sum of RGB (Red+Green+Blue) = 3+71+74=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #03474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03474A is #FCB8B5. Grayscale: #323232. Windows color (decimal): -16562358 or 4867843. OLE color: 4867843.

HSL color Cylindrical-coordinate representation of color #03474A: hue angle of 182.54º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03474A is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB37174-
CMYK0.960.0400.71
HSL182.54º92.21%15.1%-
HSV(B)182.54º95.95%29.02%-
XYZ3.535.027.26-
YUV51.01140.9793.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 71 (28.12% from 255) = 47.97%
BLUE value IS 74 (29.30% from 255) = 50%
R=2.03%
G=47.97%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal371740.960.0400.71182.5492.2115.1
Hex3474A604047b75cf
Octal31071121404010726713417
Binary11100011110010101100000100010001111011011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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