#03465B

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

Shades of Sherpa Blue #03465B

Tints of Sherpa Blue #03465B

Color information

#03465B (or 0x03465B) is unknown color: approx Sherpa Blue. HEX triplet: 03, 46 and 5B. RGB value is (3,70,91). Sum of RGB (Red+Green+Blue) = 3+70+91=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #03465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03465B is #FCB9A4. Grayscale: #343434. Windows color (decimal): -16562597 or 5981699. OLE color: 5981699.

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

Color convert

RGB37091-
CMYK0.970.2300.64
HSL194.32º93.62%18.43%-
HSV(B)194.32º96.7%35.69%-
XYZ4.125.1610.68-
YUV52.36149.892.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.83%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 91 (35.94% from 255) = 55.49%
R=1.83%
G=42.68%
B=55.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal370910.970.2300.64194.3293.6218.43
Hex3465B6117040c25e12
Octal310613314127010030213622
Binary11100011010110111100001101110100000011000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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