#03464D

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

Shades of Sherpa Blue #03464D

Tints of Sherpa Blue #03464D

Color information

#03464D (or 0x03464D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 46 and 4D. RGB value is (3,70,77). Sum of RGB (Red+Green+Blue) = 3+70+77=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #03464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03464D is #FCB9B2. Grayscale: #323232. Windows color (decimal): -16562611 or 5064195. OLE color: 5064195.

HSL color Cylindrical-coordinate representation of color #03464D: hue angle of 185.68º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03464D is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB37077-
CMYK0.960.0900.70
HSL185.68º92.5%15.69%-
HSV(B)185.68º96.1%30.2%-
XYZ3.574.947.79-
YUV50.76142.893.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 70 (27.73% from 255) = 46.67%
BLUE value IS 77 (30.47% from 255) = 51.33%
R=2%
G=46.67%
B=51.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal370770.960.0900.70185.6892.515.69
Hex3464D609046ba5c10
Octal310611514011010627213420
Binary1110001101001101110000010010100011010111010101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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