#034963

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

Shades of Sherpa Blue #034963

Tints of Sherpa Blue #034963

Color information

#034963 (or 0x034963) is unknown color: approx Sherpa Blue. HEX triplet: 03, 49 and 63. RGB value is (3,73,99). Sum of RGB (Red+Green+Blue) = 3+73+99=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #034963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034963 is #FCB69C. Grayscale: #363636. Windows color (decimal): -16561821 or 6506755. OLE color: 6506755.

HSL color Cylindrical-coordinate representation of color #034963: hue angle of 196.25º 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 #034963 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB37399-
CMYK0.970.2600.61
HSL196.25º94.12%20%-
HSV(B)196.25º96.97%38.82%-
XYZ4.675.6912.66-
YUV55.03152.8190.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 73 (28.91% from 255) = 41.71%
BLUE value IS 99 (39.06% from 255) = 56.57%
R=1.71%
G=41.71%
B=56.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal373990.970.2600.61196.2594.1220
Hex34963611A03Dc45e14
Octal31111431413207530413624
Binary1110010011100011110000111010011110111000100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034963; }

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

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

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

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

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

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

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

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