#034A50

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

Shades of Sherpa Blue #034A50

Tints of Sherpa Blue #034A50

Color information

#034A50 (or 0x034A50) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4A and 50. RGB value is (3,74,80). Sum of RGB (Red+Green+Blue) = 3+74+80=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #034A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A50 is #FCB5AF. Grayscale: #353535. Windows color (decimal): -16561584 or 5261827. OLE color: 5261827.

HSL color Cylindrical-coordinate representation of color #034A50: hue angle of 184.68º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A50 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB37480-
CMYK0.960.0800.69
HSL184.68º92.77%16.27%-
HSV(B)184.68º96.25%31.37%-
XYZ3.935.58.44-
YUV53.46142.9892.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 74 (29.30% from 255) = 47.13%
BLUE value IS 80 (31.64% from 255) = 50.96%
R=1.91%
G=47.13%
B=50.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal374800.960.0800.69184.6892.7716.27
Hex34A50608045b95d10
Octal311212014010010527113520
Binary1110010101010000110000010000100010110111001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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