#034A54

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

Shades of Sherpa Blue #034A54

Tints of Sherpa Blue #034A54

Color information

#034A54 (or 0x034A54) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4A and 54. RGB value is (3,74,84). Sum of RGB (Red+Green+Blue) = 3+74+84=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #034A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A54 is #FCB5AB. Grayscale: #353535. Windows color (decimal): -16561580 or 5523971. OLE color: 5523971.

HSL color Cylindrical-coordinate representation of color #034A54: hue angle of 187.41º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A54 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB37484-
CMYK0.960.1200.67
HSL187.41º93.1%17.06%-
HSV(B)187.41º96.43%32.94%-
XYZ4.095.569.24-
YUV53.91144.9891.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=1.86%
G=45.96%
B=52.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal374840.960.1200.67187.4193.117.06
Hex34A5460C043bb5d11
Octal311212414014010327313521
Binary1110010101010100110000011000100001110111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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