#034A56

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

Shades of Sherpa Blue #034A56

Tints of Sherpa Blue #034A56

Color information

#034A56 (or 0x034A56) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4A and 56. RGB value is (3,74,86). Sum of RGB (Red+Green+Blue) = 3+74+86=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #034A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A56 is #FCB5A9. Grayscale: #363636. Windows color (decimal): -16561578 or 5655043. OLE color: 5655043.

HSL color Cylindrical-coordinate representation of color #034A56: hue angle of 188.67º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034A56 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB37486-
CMYK0.970.1400.66
HSL188.67º93.26%17.45%-
HSV(B)188.67º96.51%33.73%-
XYZ4.175.599.66-
YUV54.14145.9891.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 74 (29.30% from 255) = 45.40%
BLUE value IS 86 (33.98% from 255) = 52.76%
R=1.84%
G=45.40%
B=52.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal374860.970.1400.66188.6793.2617.45
Hex34A5661E042bd5d11
Octal311212614116010227513521
Binary1110010101010110110000111100100001010111101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034A56; }

 p { color: rgb(3,74,86); }

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

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

 a { background-color: rgb(3,74,86); }

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

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

 span { border-color: rgb(3,74,86); }

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