#034549

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

Shades of Sherpa Blue #034549

Tints of Sherpa Blue #034549

Color information

#034549 (or 0x034549) is unknown color: approx Sherpa Blue. HEX triplet: 03, 45 and 49. RGB value is (3,69,73). Sum of RGB (Red+Green+Blue) = 3+69+73=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #034549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034549 is #FCBAB6. Grayscale: #313131. Windows color (decimal): -16562871 or 4801795. OLE color: 4801795.

HSL color Cylindrical-coordinate representation of color #034549: hue angle of 183.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034549 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB36973-
CMYK0.960.0500.71
HSL183.43º92.11%14.9%-
HSV(B)183.43º95.89%28.63%-
XYZ3.374.767.04-
YUV49.72141.1394.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 69 (27.34% from 255) = 47.59%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=2.07%
G=47.59%
B=50.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal369730.960.0500.71183.4392.1114.9
Hex34549605047b75cf
Octal31051111405010726713417
Binary11100010110010011100000101010001111011011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034549; }

 p { color: rgb(3,69,73); }

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

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

 a { background-color: rgb(3,69,73); }

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

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

 span { border-color: rgb(3,69,73); }

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