#347582

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

Shades of Astral #347582

Tints of Astral #347582

Color information

#347582 (or 0x347582) is unknown color: approx Astral. HEX triplet: 34, 75 and 82. RGB value is (52,117,130). Sum of RGB (Red+Green+Blue) = 52+117+130=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #347582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347582 is #CB8A7D. Grayscale: #626262. Windows color (decimal): -13339262 or 8549684. OLE color: 8549684.

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

Color convert

RGB52117130-
CMYK0.600.100.49
HSL190º42.86%35.69%-
HSV(B)190º60%50.98%-
XYZ11.8115.0623.4-
YUV99.05145.4794.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=17.39%
G=39.13%
B=43.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521171300.600.100.4919042.8635.69
Hex3475823CA031be2b24
Octal6416520274120612765344
Binary1101001110101100000101111001010011000110111110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347582; }

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

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

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

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

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

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

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

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