#034863

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

Shades of Sherpa Blue #034863

Tints of Sherpa Blue #034863

Color information

#034863 (or 0x034863) is unknown color: approx Sherpa Blue. HEX triplet: 03, 48 and 63. RGB value is (3,72,99). Sum of RGB (Red+Green+Blue) = 3+72+99=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #034863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034863 is #FCB79C. Grayscale: #363636. Windows color (decimal): -16562077 or 6506499. OLE color: 6506499.

HSL color Cylindrical-coordinate representation of color #034863: hue angle of 196.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034863 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB37299-
CMYK0.970.2700.61
HSL196.88º94.12%20%-
HSV(B)196.88º96.97%38.82%-
XYZ4.615.5512.63-
YUV54.45153.1491.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 99 (39.06% from 255) = 56.90%
R=1.72%
G=41.38%
B=56.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal372990.970.2700.61196.8894.1220
Hex34863611B03Dc55e14
Octal31101431413307530513624
Binary1110010001100011110000111011011110111000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034863; }

 p { color: rgb(3,72,99); }

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

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

 a { background-color: rgb(3,72,99); }

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

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

 span { border-color: rgb(3,72,99); }

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