#347082

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

Shades of Astral #347082

Tints of Astral #347082

Color information

#347082 (or 0x347082) is unknown color: approx Astral. HEX triplet: 34, 70 and 82. RGB value is (52,112,130). Sum of RGB (Red+Green+Blue) = 52+112+130=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #347082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347082 is #CB8F7D. Grayscale: #5F5F5F. Windows color (decimal): -13340542 or 8548404. OLE color: 8548404.

HSL color Cylindrical-coordinate representation of color #347082: hue angle of 193.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #347082 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52112130-
CMYK0.600.1400.49
HSL193.85º42.86%35.69%-
HSV(B)193.85º60%50.98%-
XYZ11.2413.9323.22-
YUV96.11147.1296.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=17.69%
G=38.10%
B=44.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521121300.600.1400.49193.8542.8635.69
Hex3470823CE031c22b24
Octal6416020274160613025344
Binary1101001110000100000101111001110011000111000010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347082; }

 p { color: rgb(52,112,130); }

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

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

 a { background-color: rgb(52,112,130); }

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

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

 span { border-color: rgb(52,112,130); }

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