#03475D

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

Shades of Sherpa Blue #03475D

Tints of Sherpa Blue #03475D

Color information

#03475D (or 0x03475D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 47 and 5D. RGB value is (3,71,93). Sum of RGB (Red+Green+Blue) = 3+71+93=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #03475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03475D is #FCB8A2. Grayscale: #353535. Windows color (decimal): -16562339 or 6113027. OLE color: 6113027.

HSL color Cylindrical-coordinate representation of color #03475D: hue angle of 194.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03475D is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB37193-
CMYK0.970.2400.64
HSL194.67º93.75%18.82%-
HSV(B)194.67º96.77%36.47%-
XYZ4.275.3211.16-
YUV53.18150.4792.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=1.80%
G=42.51%
B=55.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal371930.970.2400.64194.6793.7518.82
Hex3475D6118040c35e13
Octal310713514130010030313623
Binary11100011110111011100001110000100000011000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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