#034A52

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

Shades of Sherpa Blue #034A52

Tints of Sherpa Blue #034A52

Color information

#034A52 (or 0x034A52) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4A and 52. RGB value is (3,74,82). Sum of RGB (Red+Green+Blue) = 3+74+82=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #034A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A52 is #FCB5AD. Grayscale: #353535. Windows color (decimal): -16561582 or 5392899. OLE color: 5392899.

HSL color Cylindrical-coordinate representation of color #034A52: hue angle of 186.08º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A52 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB37482-
CMYK0.960.1000.68
HSL186.08º92.94%16.67%-
HSV(B)186.08º96.34%32.16%-
XYZ4.015.538.84-
YUV53.68143.9891.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 74 (29.30% from 255) = 46.54%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=1.89%
G=46.54%
B=51.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal374820.960.1000.68186.0892.9416.67
Hex34A5260A044ba5d11
Octal311212214012010427213521
Binary1110010101010010110000010100100010010111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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