#347282

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

Shades of Astral #347282

Tints of Astral #347282

Color information

#347282 (or 0x347282) is unknown color: approx Astral. HEX triplet: 34, 72 and 82. RGB value is (52,114,130). Sum of RGB (Red+Green+Blue) = 52+114+130=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #347282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347282 is #CB8D7D. Grayscale: #616161. Windows color (decimal): -13340030 or 8548916. OLE color: 8548916.

HSL color Cylindrical-coordinate representation of color #347282: hue angle of 192.31º 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 #347282 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52114130-
CMYK0.600.1200.49
HSL192.31º42.86%35.69%-
HSV(B)192.31º60%50.98%-
XYZ11.4614.3823.29-
YUV97.29146.4695.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.57%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 130 (51.17% from 255) = 43.92%
R=17.57%
G=38.51%
B=43.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521141300.600.1200.49192.3142.8635.69
Hex3472823CC031c02b24
Octal6416220274140613005344
Binary1101001110010100000101111001100011000111000000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347282; }

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

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

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

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

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

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

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

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