#347182

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

Shades of Astral #347182

Tints of Astral #347182

Color information

#347182 (or 0x347182) is unknown color: approx Astral. HEX triplet: 34, 71 and 82. RGB value is (52,113,130). Sum of RGB (Red+Green+Blue) = 52+113+130=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #347182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347182 is #CB8E7D. Grayscale: #606060. Windows color (decimal): -13340286 or 8548660. OLE color: 8548660.

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

Color convert

RGB52113130-
CMYK0.600.1300.49
HSL193.08º42.86%35.69%-
HSV(B)193.08º60%50.98%-
XYZ11.3514.1523.25-
YUV96.7146.7996.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=17.63%
G=38.31%
B=44.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521131300.600.1300.49193.0842.8635.69
Hex3471823CD031c12b24
Octal6416120274150613015344
Binary1101001110001100000101111001101011000111000001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347182; }

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

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

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

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

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

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

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

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