#034A5A

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

Shades of Sherpa Blue #034A5A

Tints of Sherpa Blue #034A5A

Color information

#034A5A (or 0x034A5A) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4A and 5A. RGB value is (3,74,90). Sum of RGB (Red+Green+Blue) = 3+74+90=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #034A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A5A is #FCB5A5. Grayscale: #363636. Windows color (decimal): -16561574 or 5917187. OLE color: 5917187.

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

Color convert

RGB37490-
CMYK0.970.1800.65
HSL191.03º93.55%18.24%-
HSV(B)191.03º96.67%35.29%-
XYZ4.335.6610.54-
YUV54.59147.9891.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 74 (29.30% from 255) = 44.31%
BLUE value IS 90 (35.55% from 255) = 53.89%
R=1.80%
G=44.31%
B=53.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal374900.970.1800.65191.0393.5518.24
Hex34A5A6112041bf5e12
Octal311213214122010127713622
Binary11100101010110101100001100100100000110111111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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