#347785

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

Shades of Astral #347785

Tints of Astral #347785

Color information

#347785 (or 0x347785) is unknown color: approx Astral. HEX triplet: 34, 77 and 85. RGB value is (52,119,133). Sum of RGB (Red+Green+Blue) = 52+119+133=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #347785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347785 is #CB887A. Grayscale: #646464. Windows color (decimal): -13338747 or 8746804. OLE color: 8746804.

HSL color Cylindrical-coordinate representation of color #347785: hue angle of 190.37º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347785 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB52119133-
CMYK0.610.1100.48
HSL190.37º43.78%36.27%-
HSV(B)190.37º60.9%52.16%-
XYZ12.2515.6224.56-
YUV100.56146.393.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=17.11%
G=39.14%
B=43.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521191330.610.1100.48190.3743.7836.27
Hex3477853DB030be2c24
Octal6416720575130602765444
Binary1101001110111100001011111011011011000010111110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347785; }

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

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

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

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

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

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

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

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