#347695

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

Shades of Astral #347695

Tints of Astral #347695

Color information

#347695 (or 0x347695) is unknown color: approx Astral. HEX triplet: 34, 76 and 95. RGB value is (52,118,149). Sum of RGB (Red+Green+Blue) = 52+118+149=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #347695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347695 is #CB896A. Grayscale: #656565. Windows color (decimal): -13338987 or 9795124. OLE color: 9795124.

HSL color Cylindrical-coordinate representation of color #347695: hue angle of 199.18º 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 #347695 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52118149-
CMYK0.650.2100.42
HSL199.18º48.26%39.41%-
HSV(B)199.18º65.1%58.43%-
XYZ13.3215.8630.79-
YUV101.8154.6392.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=16.30%
G=36.99%
B=46.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521181490.650.2100.42199.1848.2639.41
Hex347695411502Ac73027
Octal64166225101250523076047
Binary110100111011010010101100000110101010101011000111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347695; }

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

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

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

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

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

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

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

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