#03475A

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

Shades of Sherpa Blue #03475A

Tints of Sherpa Blue #03475A

Color information

#03475A (or 0x03475A) is unknown color: approx Sherpa Blue. HEX triplet: 03, 47 and 5A. RGB value is (3,71,90). Sum of RGB (Red+Green+Blue) = 3+71+90=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #03475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03475A is #FCB8A5. Grayscale: #343434. Windows color (decimal): -16562342 or 5916419. OLE color: 5916419.

HSL color Cylindrical-coordinate representation of color #03475A: hue angle of 193.1º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03475A is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB37190-
CMYK0.970.2100.65
HSL193.1º93.55%18.24%-
HSV(B)193.1º96.67%35.29%-
XYZ4.145.2610.47-
YUV52.83148.9792.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.83%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=1.83%
G=43.29%
B=54.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal371900.970.2100.65193.193.5518.24
Hex3475A6115041c15e12
Octal310713214125010130113622
Binary11100011110110101100001101010100000111000001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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