#034A5B

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

Shades of Sherpa Blue #034A5B

Tints of Sherpa Blue #034A5B

Color information

#034A5B (or 0x034A5B) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4A and 5B. RGB value is (3,74,91). Sum of RGB (Red+Green+Blue) = 3+74+91=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #034A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A5B is #FCB5A4. Grayscale: #363636. Windows color (decimal): -16561573 or 5982723. OLE color: 5982723.

HSL color Cylindrical-coordinate representation of color #034A5B: hue angle of 191.59º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034A5B is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB37491-
CMYK0.970.1900.64
HSL191.59º93.62%18.43%-
HSV(B)191.59º96.7%35.69%-
XYZ4.375.6710.76-
YUV54.71148.4891.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.79%
GREEN value IS 74 (29.30% from 255) = 44.05%
BLUE value IS 91 (35.94% from 255) = 54.17%
R=1.79%
G=44.05%
B=54.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal374910.970.1900.64191.5993.6218.43
Hex34A5B6113040c05e12
Octal311213314123010030013622
Binary11100101010110111100001100110100000011000000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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