#03465D

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

Shades of Sherpa Blue #03465D

Tints of Sherpa Blue #03465D

Color information

#03465D (or 0x03465D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 46 and 5D. RGB value is (3,70,93). Sum of RGB (Red+Green+Blue) = 3+70+93=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #03465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03465D is #FCB9A2. Grayscale: #343434. Windows color (decimal): -16562595 or 6112771. OLE color: 6112771.

HSL color Cylindrical-coordinate representation of color #03465D: hue angle of 195.33º 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 #03465D is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB37093-
CMYK0.970.2500.64
HSL195.33º93.75%18.82%-
HSV(B)195.33º96.77%36.47%-
XYZ4.25.1911.14-
YUV52.59150.892.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.81%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 93 (36.72% from 255) = 56.02%
R=1.81%
G=42.17%
B=56.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal370930.970.2500.64195.3393.7518.82
Hex3465D6119040c35e13
Octal310613514131010030313623
Binary11100011010111011100001110010100000011000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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