#03465E

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

Shades of Sherpa Blue #03465E

Tints of Sherpa Blue #03465E

Color information

#03465E (or 0x03465E) is unknown color: approx Sherpa Blue. HEX triplet: 03, 46 and 5E. RGB value is (3,70,94). Sum of RGB (Red+Green+Blue) = 3+70+94=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #03465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03465E is #FCB9A1. Grayscale: #343434. Windows color (decimal): -16562594 or 6178307. OLE color: 6178307.

HSL color Cylindrical-coordinate representation of color #03465E: hue angle of 195.82º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03465E is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB37094-
CMYK0.970.2600.63
HSL195.82º93.81%19.02%-
HSV(B)195.82º96.81%36.86%-
XYZ4.255.2111.37-
YUV52.7151.392.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 94 (37.11% from 255) = 56.29%
R=1.80%
G=41.92%
B=56.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal370940.970.2600.63195.8293.8119.02
Hex3465E611A03Fc45e13
Octal31061361413207730413623
Binary1110001101011110110000111010011111111000100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,70,94); }

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

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

 a { background-color: rgb(3,70,94); }

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

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

 span { border-color: rgb(3,70,94); }

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