#034A5D

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

Shades of Sherpa Blue #034A5D

Tints of Sherpa Blue #034A5D

Color information

#034A5D (or 0x034A5D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4A and 5D. RGB value is (3,74,93). Sum of RGB (Red+Green+Blue) = 3+74+93=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #034A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A5D is #FCB5A2. Grayscale: #363636. Windows color (decimal): -16561571 or 6113795. OLE color: 6113795.

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

Color convert

RGB37493-
CMYK0.970.2000.64
HSL192.67º93.75%18.82%-
HSV(B)192.67º96.77%36.47%-
XYZ4.465.7111.22-
YUV54.94149.4890.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 74 (29.30% from 255) = 43.53%
BLUE value IS 93 (36.72% from 255) = 54.71%
R=1.76%
G=43.53%
B=54.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal374930.970.2000.64192.6793.7518.82
Hex34A5D6114040c15e13
Octal311213514124010030113623
Binary11100101010111011100001101000100000011000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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