#347795

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

Shades of Astral #347795

Tints of Astral #347795

Color information

#347795 (or 0x347795) is unknown color: approx Astral. HEX triplet: 34, 77 and 95. RGB value is (52,119,149). Sum of RGB (Red+Green+Blue) = 52+119+149=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #347795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347795 is #CB886A. Grayscale: #666666. Windows color (decimal): -13338731 or 9795380. OLE color: 9795380.

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

Color convert

RGB52119149-
CMYK0.650.2000.42
HSL198.56º48.26%39.41%-
HSV(B)198.56º65.1%58.43%-
XYZ13.4416.0930.83-
YUV102.39154.392.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=16.25%
G=37.19%
B=46.56%

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
Decimal521191490.650.2000.42198.5648.2639.41
Hex347795411402Ac73027
Octal64167225101240523076047
Binary110100111011110010101100000110100010101011000111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347795; }

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

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

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

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

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

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

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

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