#346B86

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

Shades of Astral #346B86

Tints of Astral #346B86

Color information

#346B86 (or 0x346B86) is unknown color: approx Astral. HEX triplet: 34, 6B and 86. RGB value is (52,107,134). Sum of RGB (Red+Green+Blue) = 52+107+134=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #346B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346B86 is #CB9479. Grayscale: #5D5D5D. Windows color (decimal): -13341818 or 8809268. OLE color: 8809268.

HSL color Cylindrical-coordinate representation of color #346B86: hue angle of 199.76º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346B86 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52107134-
CMYK0.610.2000.47
HSL199.76º44.09%36.47%-
HSV(B)199.76º61.19%52.55%-
XYZ10.9812.9724.48-
YUV93.63150.7898.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 134 (52.73% from 255) = 45.73%
R=17.75%
G=36.52%
B=45.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521071340.610.2000.47199.7644.0936.47
Hex346B863D1402Fc82c24
Octal6415320675240573105444
Binary11010011010111000011011110110100010111111001000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,107,134); }

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

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

 a { background-color: rgb(52,107,134); }

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

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

 span { border-color: rgb(52,107,134); }

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