#347A96

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

Shades of Astral #347A96

Tints of Astral #347A96

Color information

#347A96 (or 0x347A96) is unknown color: approx Astral. HEX triplet: 34, 7A and 96. RGB value is (52,122,150). Sum of RGB (Red+Green+Blue) = 52+122+150=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #347A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A96 is #CB8569. Grayscale: #686868. Windows color (decimal): -13337962 or 9861684. OLE color: 9861684.

HSL color Cylindrical-coordinate representation of color #347A96: hue angle of 197.14º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347A96 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB52122150-
CMYK0.650.1900.41
HSL197.14º48.51%39.61%-
HSV(B)197.14º65.33%58.82%-
XYZ13.8816.8531.38-
YUV104.26153.8190.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 122 (48.05% from 255) = 37.65%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=16.05%
G=37.65%
B=46.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521221500.650.1900.41197.1448.5139.61
Hex347A964113029c53128
Octal64172226101230513056150
Binary110100111101010010110100000110011010100111000101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347A96; }

 p { color: rgb(52,122,150); }

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

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

 a { background-color: rgb(52,122,150); }

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

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

 span { border-color: rgb(52,122,150); }

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