#346E85

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

Shades of Astral #346E85

Tints of Astral #346E85

Color information

#346E85 (or 0x346E85) is unknown color: approx Astral. HEX triplet: 34, 6E and 85. RGB value is (52,110,133). Sum of RGB (Red+Green+Blue) = 52+110+133=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #346E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E85 is #CB917A. Grayscale: #5F5F5F. Windows color (decimal): -13341051 or 8744500. OLE color: 8744500.

HSL color Cylindrical-coordinate representation of color #346E85: hue angle of 197.04º 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 #346E85 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB52110133-
CMYK0.610.1700.48
HSL197.04º43.78%36.27%-
HSV(B)197.04º60.9%52.16%-
XYZ11.2313.5824.22-
YUV95.28149.2897.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=17.63%
G=37.29%
B=45.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521101330.610.1700.48197.0443.7836.27
Hex346E853D11030c52c24
Octal6415620575210603055444
Binary11010011011101000010111110110001011000011000101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346E85; }

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

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

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

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

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

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

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

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