#347180

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

Shades of Astral #347180

Tints of Astral #347180

Color information

#347180 (or 0x347180) is unknown color: approx Astral. HEX triplet: 34, 71 and 80. RGB value is (52,113,128). Sum of RGB (Red+Green+Blue) = 52+113+128=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #347180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347180 is #CB8E7F. Grayscale: #606060. Windows color (decimal): -13340288 or 8417588. OLE color: 8417588.

HSL color Cylindrical-coordinate representation of color #347180: hue angle of 191.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347180 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB52113128-
CMYK0.590.1200.50
HSL191.84º42.22%35.29%-
HSV(B)191.84º59.38%50.2%-
XYZ11.2214.122.55-
YUV96.47145.7996.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 128 (50.39% from 255) = 43.69%
R=17.75%
G=38.57%
B=43.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521131280.590.1200.50191.8442.2235.29
Hex3471803BC032c02a23
Octal6416120073140623005243
Binary1101001110001100000001110111100011001011000000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347180; }

 p { color: rgb(52,113,128); }

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

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

 a { background-color: rgb(52,113,128); }

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

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

 span { border-color: rgb(52,113,128); }

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