#347A95

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

Shades of Astral #347A95

Tints of Astral #347A95

Color information

#347A95 (or 0x347A95) is unknown color: approx Astral. HEX triplet: 34, 7A and 95. RGB value is (52,122,149). Sum of RGB (Red+Green+Blue) = 52+122+149=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #347A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A95 is #CB856A. Grayscale: #676767. Windows color (decimal): -13337963 or 9796148. OLE color: 9796148.

HSL color Cylindrical-coordinate representation of color #347A95: hue angle of 196.7º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347A95 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52122149-
CMYK0.650.1800.42
HSL196.7º48.26%39.41%-
HSV(B)196.7º65.1%58.43%-
XYZ13.816.8230.95-
YUV104.15153.3190.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=16.10%
G=37.77%
B=46.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521221490.650.1800.42196.748.2639.41
Hex347A95411202Ac53027
Octal64172225101220523056047
Binary110100111101010010101100000110010010101011000101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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