#346E7F

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

Shades of Astral #346E7F

Tints of Astral #346E7F

Color information

#346E7F (or 0x346E7F) is unknown color: approx Astral. HEX triplet: 34, 6E and 7F. RGB value is (52,110,127). Sum of RGB (Red+Green+Blue) = 52+110+127=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #346E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E7F is #CB9180. Grayscale: #5E5E5E. Windows color (decimal): -13341057 or 8351284. OLE color: 8351284.

HSL color Cylindrical-coordinate representation of color #346E7F: hue angle of 193.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #346E7F is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB52110127-
CMYK0.590.1300.50
HSL193.6º41.9%35.1%-
HSV(B)193.6º59.06%49.8%-
XYZ10.8213.4122.1-
YUV94.6146.2897.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 127 (50% from 255) = 43.94%
R=17.99%
G=38.06%
B=43.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521101270.590.1300.50193.641.935.1
Hex346E7F3BD032c22a23
Octal6415617773150623025243
Binary110100110111011111111110111101011001011000010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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