#03465C

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

Shades of Sherpa Blue #03465C

Tints of Sherpa Blue #03465C

Color information

#03465C (or 0x03465C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 46 and 5C. RGB value is (3,70,92). Sum of RGB (Red+Green+Blue) = 3+70+92=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #03465C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03465C is #FCB9A3. Grayscale: #343434. Windows color (decimal): -16562596 or 6047235. OLE color: 6047235.

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

Color convert

RGB37092-
CMYK0.970.2400.64
HSL194.83º93.68%18.63%-
HSV(B)194.83º96.74%36.08%-
XYZ4.165.1710.9-
YUV52.47150.392.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 70 (27.73% from 255) = 42.42%
BLUE value IS 92 (36.33% from 255) = 55.76%
R=1.82%
G=42.42%
B=55.76%

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
Decimal370920.970.2400.64194.8393.6818.63
Hex3465C6118040c35e13
Octal310613414130010030313623
Binary11100011010111001100001110000100000011000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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