#347886

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

Shades of Astral #347886

Tints of Astral #347886

Color information

#347886 (or 0x347886) is unknown color: approx Astral. HEX triplet: 34, 78 and 86. RGB value is (52,120,134). Sum of RGB (Red+Green+Blue) = 52+120+134=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #347886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347886 is #CB8779. Grayscale: #656565. Windows color (decimal): -13338490 or 8812596. OLE color: 8812596.

HSL color Cylindrical-coordinate representation of color #347886: hue angle of 190.24º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347886 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52120134-
CMYK0.610.1000.47
HSL190.24º44.09%36.47%-
HSV(B)190.24º61.19%52.55%-
XYZ12.4415.8824.96-
YUV101.26146.4792.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 134 (52.73% from 255) = 43.79%
R=16.99%
G=39.22%
B=43.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521201340.610.1000.47190.2444.0936.47
Hex3478863DA02Fbe2c24
Octal6417020675120572765444
Binary1101001111000100001101111011010010111110111110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347886; }

 p { color: rgb(52,120,134); }

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

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

 a { background-color: rgb(52,120,134); }

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

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

 span { border-color: rgb(52,120,134); }

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