#347694

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

Shades of Astral #347694

Tints of Astral #347694

Color information

#347694 (or 0x347694) is unknown color: approx Astral. HEX triplet: 34, 76 and 94. RGB value is (52,118,148). Sum of RGB (Red+Green+Blue) = 52+118+148=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #347694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347694 is #CB896B. Grayscale: #656565. Windows color (decimal): -13338988 or 9729588. OLE color: 9729588.

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

Color convert

RGB52118148-
CMYK0.650.2000.42
HSL198.75º48%39.22%-
HSV(B)198.75º64.86%58.04%-
XYZ13.2415.8330.37-
YUV101.69154.1392.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 118 (46.48% from 255) = 37.11%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=16.35%
G=37.11%
B=46.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521181480.650.2000.42198.754839.22
Hex347694411402Ac73027
Octal64166224101240523076047
Binary110100111011010010100100000110100010101011000111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347694; }

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

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

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

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

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

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

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

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