#034A5C

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

Shades of Sherpa Blue #034A5C

Tints of Sherpa Blue #034A5C

Color information

#034A5C (or 0x034A5C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4A and 5C. RGB value is (3,74,92). Sum of RGB (Red+Green+Blue) = 3+74+92=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #034A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A5C is #FCB5A3. Grayscale: #363636. Windows color (decimal): -16561572 or 6048259. OLE color: 6048259.

HSL color Cylindrical-coordinate representation of color #034A5C: hue angle of 192.13º 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 #034A5C is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB37492-
CMYK0.970.2000.64
HSL192.13º93.68%18.63%-
HSV(B)192.13º96.74%36.08%-
XYZ4.425.6910.99-
YUV54.82148.9891.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 74 (29.30% from 255) = 43.79%
BLUE value IS 92 (36.33% from 255) = 54.44%
R=1.78%
G=43.79%
B=54.44%

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
Decimal374920.970.2000.64192.1393.6818.63
Hex34A5C6114040c05e13
Octal311213414124010030013623
Binary11100101010111001100001101000100000011000000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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