#346D8E

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

Shades of Astral #346D8E

Tints of Astral #346D8E

Color information

#346D8E (or 0x346D8E) is unknown color: approx Astral. HEX triplet: 34, 6D and 8E. RGB value is (52,109,142). Sum of RGB (Red+Green+Blue) = 52+109+142=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #346D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D8E is #CB9271. Grayscale: #5F5F5F. Windows color (decimal): -13341298 or 9334068. OLE color: 9334068.

HSL color Cylindrical-coordinate representation of color #346D8E: hue angle of 202º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #346D8E is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB52109142-
CMYK0.630.2300.44
HSL202º46.39%38.04%-
HSV(B)202º63.38%55.69%-
XYZ11.7713.6227.6-
YUV95.72154.1296.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=17.16%
G=35.97%
B=46.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521091420.630.2300.4420246.3938.04
Hex346D8E3F1702Cca2e26
Octal6415521677270543125646
Binary11010011011011000111011111110111010110011001010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,109,142); }

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

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

 a { background-color: rgb(52,109,142); }

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

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

 span { border-color: rgb(52,109,142); }

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