#346D8C

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

Shades of Astral #346D8C

Tints of Astral #346D8C

Color information

#346D8C (or 0x346D8C) is unknown color: approx Astral. HEX triplet: 34, 6D and 8C. RGB value is (52,109,140). Sum of RGB (Red+Green+Blue) = 52+109+140=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #346D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D8C is #CB9273. Grayscale: #5F5F5F. Windows color (decimal): -13341300 or 9202996. OLE color: 9202996.

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

Color convert

RGB52109140-
CMYK0.630.2200.45
HSL201.14º45.83%37.65%-
HSV(B)201.14º62.86%54.9%-
XYZ11.6213.5626.82-
YUV95.49153.1296.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 140 (55.08% from 255) = 46.51%
R=17.28%
G=36.21%
B=46.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521091400.630.2200.45201.1445.8337.65
Hex346D8C3F1602Dc92e26
Octal6415521477260553115646
Binary11010011011011000110011111110110010110111001001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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